Uses of Class
jfxtras.icalendarfx.components.VTimeZone
Packages that use VTimeZone
Package
Description
-
Uses of VTimeZone in jfxtras.icalendarfx
Methods in jfxtras.icalendarfx that return types with arguments of type VTimeZoneModifier and TypeMethodDescriptionVCalendar.getVTimeZones()VTIMEZONE: RFC 5545 iCalendar 3.6.5. page 62Methods in jfxtras.icalendarfx with parameters of type VTimeZoneMethod parameters in jfxtras.icalendarfx with type arguments of type VTimeZoneModifier and TypeMethodDescriptionvoidVCalendar.setVTimeZones(List<VTimeZone> vTimeZones) VCalendar.withVTimeZones(List<VTimeZone> vTimeZones) -
Uses of VTimeZone in jfxtras.icalendarfx.components
Subclasses with type arguments of type VTimeZone in jfxtras.icalendarfx.componentsModifier and TypeClassDescriptionclassVTIMEZONE Time Zone Component RFC 5545 iCalendar 3.6.5. page 62 A time zone is unambiguously defined by the set of time measurement rules determined by the governing body for a given geographic area.Classes in jfxtras.icalendarfx.components that implement interfaces with type arguments of type VTimeZoneModifier and TypeClassDescriptionclassVTIMEZONE Time Zone Component RFC 5545 iCalendar 3.6.5. page 62 A time zone is unambiguously defined by the set of time measurement rules determined by the governing body for a given geographic area.Methods in jfxtras.icalendarfx.components that return VTimeZoneModifier and TypeMethodDescriptionstatic VTimeZoneCreates a new VTimeZone calendar component by parsing a String of iCalendar content linesVTimeZone.withStandardOrDaylight(String... standardOrDaylight) VTimeZone.withStandardOrDaylight(List<StandardOrDaylight<?>> standardOrDaylight) VTimeZone.withStandardOrDaylight(StandardOrDaylight<?>... standardOrDaylight) VTimeZone.withTimeZoneIdentifier(String timeZoneIdentifier) VTimeZone.withTimeZoneIdentifier(TimeZoneIdentifier timeZoneIdentifier) VTimeZone.withTimeZoneURL(String timeZoneURL) VTimeZone.withTimeZoneURL(URI timeZoneURL) VTimeZone.withTimeZoneURL(TimeZoneURL timeZoneURL) Methods in jfxtras.icalendarfx.components that return types with arguments of type VTimeZoneConstructors in jfxtras.icalendarfx.components with parameters of type VTimeZone -
Uses of VTimeZone in jfxtras.scene.control.agenda.icalendar.editors.revisors
Constructors in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VTimeZone