Uses of Class
microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
-
Packages that use TimeZoneTransition Package Description microsoft.exchange.webservices.data.property.complex.time -
-
Uses of TimeZoneTransition in microsoft.exchange.webservices.data.property.complex.time
Subclasses of TimeZoneTransition in microsoft.exchange.webservices.data.property.complex.time Modifier and Type Class Description classAbsoluteDateTransitionRepresents a time zone period transition that occurs on a fixed (absolute) date.Methods in microsoft.exchange.webservices.data.property.complex.time that return TimeZoneTransition Modifier and Type Method Description static TimeZoneTransitionTimeZoneTransition. create(TimeZoneDefinition timeZoneDefinition, String xmlElementName)Creates a time zone period transition of the appropriate type given an XML element name.Methods in microsoft.exchange.webservices.data.property.complex.time that return types with arguments of type TimeZoneTransition Modifier and Type Method Description List<TimeZoneTransition>TimeZoneTransitionGroup. getTransitions()Gets the transitions in this group.Methods in microsoft.exchange.webservices.data.property.complex.time with parameters of type TimeZoneTransition Modifier and Type Method Description intTimeZoneDefinition. compare(TimeZoneTransition x, TimeZoneTransition y)Compares the transitions.
-