All Implemented Interfaces:
PropLanguage<TemporalAmount>, VProperty<TemporalAmount>, VChild, VElement, VParent

public class DurationProp extends PropBaseLanguage<TemporalAmount,DurationProp>
DURATION RFC 5545, 3.8.2.5, page 99 This property specifies a positive duration of time. When the "DURATION" property relates to a "DTSTART" property that is specified as a DATE value, then the "DURATION" property MUST be specified as a "dur-day" or "dur-week" value. Based on ISO.8601.2004 (but Y and M for years and months is not supported by iCalendar) Examples: DURATION:PT1H0M0S DURATION:PT15M DURATION:P1D
See Also:
  • Constructor Details

    • DurationProp

      public DurationProp(TemporalAmount value)
    • DurationProp

      public DurationProp(DurationProp source)
    • DurationProp

      public DurationProp()
  • Method Details