Class ExDate

All Implemented Interfaces:
Serializable, Comparable<Property>, FluentProperty

public class ExDate extends DateListProperty
$Id$

Created: [Apr 6, 2004]

Defines a EXDATE iCalendar component property.

See Also:
  • Constructor Details

    • ExDate

      public ExDate()
      Default constructor.
    • ExDate

      public ExDate(ParameterList aList, String aValue) throws ParseException
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
      Throws:
      ParseException - where the specified value string is not a valid date-time/date representation
    • ExDate

      public ExDate(DateList dList)
      Parameters:
      dList - a list of dates
    • ExDate

      public ExDate(ParameterList aList, DateList dList)
      Parameters:
      aList - a list of parameters for this component
      dList - a list of dates
  • Method Details