Class DateTimeStart
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<DateTimeStart>
jfxtras.icalendarfx.properties.VPropertyBase<Temporal, DateTimeStart>
jfxtras.icalendarfx.properties.PropBaseDateTime<Temporal, DateTimeStart>
jfxtras.icalendarfx.properties.component.time.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:
-
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
Modifier and TypeMethodDescriptionstatic DateTimeStartParse string with Temporal class explicitly provided as parameterstatic DateTimeStartParse string to Temporal.Methods inherited from class PropBaseDateTime
errors, getTimeZoneIdentifier, modifiedValue, setTimeZoneIdentifier, setTimeZoneIdentifier, setTimeZoneIdentifier, setValue, withTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifierMethods inherited from class VPropertyBase
copyValue, equals, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, 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, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValueType
-
Constructor Details
-
DateTimeStart
-
DateTimeStart
-
DateTimeStart
public DateTimeStart()
-
-
Method Details
-
parse
Parse string to Temporal. Not type safe. Implementation must ensure parameterized type is the same as date-time represented by String parameter -
parse
Parse string with Temporal class explicitly provided as parameter
-