Class DateTimeCreated
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<DateTimeCreated>
jfxtras.icalendarfx.properties.VPropertyBase<ZonedDateTime, DateTimeCreated>
jfxtras.icalendarfx.properties.PropBaseUTC<DateTimeCreated>
jfxtras.icalendarfx.properties.component.change.DateTimeCreated
- All Implemented Interfaces:
VProperty<ZonedDateTime>, VChild, VElement, VParent
CREATED
Date-Time Created
RFC 5545, 3.8.7.1, page 136
This property specifies the date and time that the calendar information
was created by the calendar user agent in the calendar store.
The value MUST be specified as a date with UTC time.
Example:
CREATED:19960329T133000Z
- 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
ConstructorsConstructorDescriptionDateTimeCreated(ZonedDateTime temporal) DateTimeCreated(DateTimeCreated source) -
Method Summary
Methods inherited from class PropBaseUTC
isValid, setValueMethods inherited from class VPropertyBase
copyValue, equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, 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, replaceChild
-
Constructor Details
-
DateTimeCreated
-
DateTimeCreated
-
DateTimeCreated
public DateTimeCreated()
-
-
Method Details
-
parse
-