All Implemented Interfaces:
PropDateTime<Temporal>, VProperty<Temporal>, VChild, VElement, VParent

public class DateTimeDue extends PropBaseDateTime<Temporal,DateTimeDue>
DUE Date-Time Due (for local-date) RFC 5545, 3.8.2.3, page 96 This property defines the date and time that a to-do is expected to be completed. The value type of this property MUST be the same as the "DTSTART" property, and its value MUST be later in time than the value of the "DTSTART" property. Example: DUE;VALUE=DATE:19980704
See Also:
  • Constructor Details

    • DateTimeDue

      public DateTimeDue(Temporal temporal)
    • DateTimeDue

      public DateTimeDue(DateTimeDue source)
    • DateTimeDue

      public DateTimeDue()
  • Method Details

    • parse

      public static DateTimeDue parse(String value)
      Parse string to Temporal. Not type safe. Implementation must ensure parameterized type is the same as date-time represented by String parameter
    • parse

      public static DateTimeDue parse(Class<? extends Temporal> clazz, String value)
      Parse string with Temporal class explicitly provided as parameter