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

public class DateTimeStart extends PropBaseDateTime<Temporal,DateTimeStart>
DTSTART Date-Time Start (for local date only) RFC 5545, 3.8.2.4, page 97 This property specifies when the calendar component begins. Example: DTSTART;VALUE=DATE:20160307
See Also:
  • Constructor Details

    • DateTimeStart

      public DateTimeStart(Temporal temporal)
    • DateTimeStart

      public DateTimeStart(DateTimeStart source)
    • DateTimeStart

      public DateTimeStart()
  • Method Details

    • parse

      public static DateTimeStart 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 DateTimeStart parse(Class<? extends Temporal> clazz, String value)
      Parse string with Temporal class explicitly provided as parameter