Class DurationProp
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<DurationProp>
jfxtras.icalendarfx.properties.VPropertyBase<TemporalAmount, DurationProp>
jfxtras.icalendarfx.properties.PropBaseLanguage<TemporalAmount, DurationProp>
jfxtras.icalendarfx.properties.component.time.DurationProp
- All Implemented Interfaces:
PropLanguage<TemporalAmount>, VProperty<TemporalAmount>, VChild, VElement, VParent
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PropBaseLanguage
getLanguage, setLanguage, setLanguage, withLanguage, withLanguageMethods inherited from class VPropertyBase
copyValue, equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, setValue, setValueType, setValueType, toString, valueContent, withNonStandard, withNonStandard, withNonStandard, withValue, withValueTypeMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChildMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
Constructor Details
-
DurationProp
-
DurationProp
-
DurationProp
public DurationProp()
-
-
Method Details
-
parse
-