Uses of Class
microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition

Packages that use TimeZoneTransition
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
 class AbsoluteDateTransition
          Represents a time zone period transition that occurs on a fixed (absolute) date.
 

Methods in microsoft.exchange.webservices.data.property.complex.time that return TimeZoneTransition
static TimeZoneTransition TimeZoneTransition.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
 List<TimeZoneTransition> TimeZoneTransitionGroup.getTransitions()
          Gets the transitions in this group.
 

Methods in microsoft.exchange.webservices.data.property.complex.time with parameters of type TimeZoneTransition
 int TimeZoneDefinition.compare(TimeZoneTransition x, TimeZoneTransition y)
          Compares the transitions.
 



Copyright © 2012–2015 Microsoft. All rights reserved.