Optional
durationThe duration of the period
Optional
endThe end of the period
Readonly
icalclassThe class identifier.
Readonly
icaltypeThe type name, to be used in the jCal object.
Optional
startThe start of the period
Static
fromStatic
fromJSONReturns a new period instance from the given jCal data array. The first member is always the start date string, the second member is either a duration or end date string.
The jCal data array
The property this jCal data is on
If true, data value can be both date and date-time
The period instance
Static
fromGenerated using TypeDoc
This class represents the "period" value type, with various calculation and manipulation methods.