Uses of Class
jfxtras.icalendarfx.components.StandardOrDaylight
Packages that use StandardOrDaylight
-
Uses of StandardOrDaylight in jfxtras.icalendarfx.components
Classes in jfxtras.icalendarfx.components with type parameters of type StandardOrDaylightModifier and TypeClassDescriptionclass
StandardOrDaylight<T extends StandardOrDaylight<T>>
Superclass ofDaylightSavingTime
andStandardTime
that contains the following properties:TZNAME
TZOFFSETFROM
TZOFFSETTO
Subclasses of StandardOrDaylight in jfxtras.icalendarfx.componentsModifier and TypeClassDescriptionclass
DAYLIGHT
Describes Daylight Saving Time
RFC 5545, 3.6.5, page 65class
STANDARD
Describes Standard Time
RFC 5545, 3.6.5, page 65Fields in jfxtras.icalendarfx.components with type parameters of type StandardOrDaylightModifier and TypeFieldDescriptionprivate List
<StandardOrDaylight<?>> VTimeZone.standardOrDaylight
Methods in jfxtras.icalendarfx.components that return types with arguments of type StandardOrDaylightModifier and TypeMethodDescriptionVTimeZone.getStandardOrDaylight()
STANDARD or DAYLIGHT Subcomponent of VTimeZone Either StandardTime or DaylightSavingsTime.Methods in jfxtras.icalendarfx.components with parameters of type StandardOrDaylightModifier and TypeMethodDescriptionVTimeZone.withStandardOrDaylight
(StandardOrDaylight<?>... standardOrDaylight) Method parameters in jfxtras.icalendarfx.components with type arguments of type StandardOrDaylightModifier and TypeMethodDescriptionvoid
VTimeZone.setStandardOrDaylight
(List<StandardOrDaylight<?>> standardOrDaylight) VTimeZone.withStandardOrDaylight
(List<StandardOrDaylight<?>> standardOrDaylight) Constructors in jfxtras.icalendarfx.components with parameters of type StandardOrDaylight