Module jfxtras.icalendarfx
Class TimeZoneOffsetTo
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<U>
jfxtras.icalendarfx.properties.VPropertyBase<ZoneOffset,U>
jfxtras.icalendarfx.properties.component.timezone.PropertyBaseZoneOffset<TimeZoneOffsetTo>
jfxtras.icalendarfx.properties.component.timezone.TimeZoneOffsetTo
- All Implemented Interfaces:
VProperty<ZoneOffset>,VChild,VElement,VParent
TZOFFSETTO
Time Zone Offset To
RFC 5545, 3.8.3.4, page 105
This property specifies the offset that is in use in this time zone observance
EXAMPLES:
TZOFFSETTO:-0400
TZOFFSETTO:+1245
- See Also:
-
DaylightSavingsTimeStandardTime
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class jfxtras.icalendarfx.properties.VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, ordererFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneOffsetTo(ZoneOffset value) TimeZoneOffsetTo(TimeZoneOffsetTo source) -
Method Summary
Methods inherited from class jfxtras.icalendarfx.properties.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 jfxtras.icalendarfx.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 jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Constructor Details
-
TimeZoneOffsetTo
-
TimeZoneOffsetTo
-
TimeZoneOffsetTo
public TimeZoneOffsetTo()
-
-
Method Details
-
parse
-