Module ical4j.core

Class ExDate<T extends Temporal>

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

public class ExDate<T extends Temporal> extends DateListProperty<T>
$Id$

Created: [Apr 6, 2004]

Defines a EXDATE iCalendar component property.

See Also:
  • Constructor Details

    • ExDate

      public ExDate()
      Default constructor.
    • ExDate

      public ExDate(String aValue)
      Parameters:
      aValue - a value string for this component
    • ExDate

      public ExDate(ParameterList aList, String aValue)
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
    • ExDate

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

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