Uses of Class
jfxtras.icalendarfx.parameters.TimeZoneIdentifierParameter
Packages that use TimeZoneIdentifierParameter
Package
Description
-
Uses of TimeZoneIdentifierParameter in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type TimeZoneIdentifierParameter in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionclassTZID Time Zone Identifier RFC 5545, 3.2.19, page 27 To specify the identifier for the time zone definition for a time component in the property value.Methods in jfxtras.icalendarfx.parameters that return TimeZoneIdentifierParameterConstructors in jfxtras.icalendarfx.parameters with parameters of type TimeZoneIdentifierParameter -
Uses of TimeZoneIdentifierParameter in jfxtras.icalendarfx.properties
Fields in jfxtras.icalendarfx.properties declared as TimeZoneIdentifierParameterModifier and TypeFieldDescriptionprivate TimeZoneIdentifierParameterPropBaseDateTime.timeZoneIdentifierMethods in jfxtras.icalendarfx.properties that return TimeZoneIdentifierParameterModifier and TypeMethodDescriptionPropBaseDateTime.getTimeZoneIdentifier()TZID Time Zone Identifier To specify the identifier for the time zone definition for a time component in the property value.PropDateTime.getTimeZoneIdentifier()Methods in jfxtras.icalendarfx.properties with parameters of type TimeZoneIdentifierParameterModifier and TypeMethodDescriptionvoidPropBaseDateTime.setTimeZoneIdentifier(TimeZoneIdentifierParameter timeZoneIdentifier) voidPropDateTime.setTimeZoneIdentifier(TimeZoneIdentifierParameter timeZoneIdentifier) PropBaseDateTime.withTimeZoneIdentifier(TimeZoneIdentifierParameter timeZoneIdentifier) -
Uses of TimeZoneIdentifierParameter in jfxtras.icalendarfx.properties.component.misc
Fields in jfxtras.icalendarfx.properties.component.misc declared as TimeZoneIdentifierParameterModifier and TypeFieldDescriptionprivate TimeZoneIdentifierParameterUnknownProperty.timeZoneIdentifierMethods in jfxtras.icalendarfx.properties.component.misc that return TimeZoneIdentifierParameterModifier and TypeMethodDescriptionUnknownProperty.getTimeZoneIdentifier()TZID Time Zone Identifier To specify the identifier for the time zone definition for a time component in the property value.Methods in jfxtras.icalendarfx.properties.component.misc with parameters of type TimeZoneIdentifierParameterModifier and TypeMethodDescriptionvoidUnknownProperty.setTimeZoneIdentifier(TimeZoneIdentifierParameter timeZoneIdentifier) UnknownProperty.withTimeZoneIdentifier(TimeZoneIdentifierParameter timeZoneIdentifier)