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

Packages that use TimeZoneDefinition
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc.availability   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.availability   
microsoft.exchange.webservices.data.property.complex.time   
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return types with arguments of type TimeZoneDefinition
 Collection<TimeZoneDefinition> ExchangeService.getServerTimeZones()
          Retrieves the definitions of all server-side time zones.
 Collection<TimeZoneDefinition> ExchangeService.getServerTimeZones(Iterable<String> timeZoneIds)
          Retrieves the definitions of the specified server-side time zones.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type TimeZoneDefinition
 Collection<TimeZoneDefinition> GetServerTimeZonesResponse.getTimeZones()
          Reads response elements from XML.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return TimeZoneDefinition
 TimeZoneDefinition MeetingRequest.getEndTimeZone()
          Gets time zone of the end property of this meeting request.
 TimeZoneDefinition Appointment.getEndTimeZone()
          Gets the start time zone.
 TimeZoneDefinition MeetingRequest.getStartTimeZone()
          Gets time zone of the start property of this meeting request.
 TimeZoneDefinition Appointment.getStartTimeZone()
          Gets the start time zone.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type TimeZoneDefinition
 void Appointment.setEndTimeZone(TimeZoneDefinition value)
          Sets the start time zone.
 void Appointment.setStartTimeZone(TimeZoneDefinition value)
          Sets the start time zone.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return TimeZoneDefinition
 TimeZoneDefinition LegacyAvailabilityTimeZone.toTimeZoneInfo()
          To time zone info.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return TimeZoneDefinition
 TimeZoneDefinition MeetingTimeZone.toTimeZoneInfo()
          Converts this meeting time zone into a TimeZoneInfo structure.
 

Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type TimeZoneDefinition
MeetingTimeZone(TimeZoneDefinition timeZone)
          Initializes a new instance of the MeetingTimeZone class.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.property.complex.availability
 

Methods in microsoft.exchange.webservices.data.property.complex.availability that return TimeZoneDefinition
 TimeZoneDefinition WorkingHours.getTimeZone()
          Gets the time zone to which the working hours apply.
 

Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.property.complex.time
 

Subclasses of TimeZoneDefinition in microsoft.exchange.webservices.data.property.complex.time
 class OlsonTimeZoneDefinition
          A TimeZoneDefinition class that allows mapping from a Java/Olson TimeZone to a MS TimeZone.
 

Methods in microsoft.exchange.webservices.data.property.complex.time with parameters of type TimeZoneDefinition
static TimeZoneTransition TimeZoneTransition.create(TimeZoneDefinition timeZoneDefinition, String xmlElementName)
          Creates a time zone period transition of the appropriate type given an XML element name.
 

Constructors in microsoft.exchange.webservices.data.property.complex.time with parameters of type TimeZoneDefinition
AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition)
          Initializes a new instance of the AbsoluteDateTransition class.
AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition, TimeZoneTransitionGroup targetGroup)
          Initializes a new instance of the AbsoluteDateTransition class.
TimeZoneTransition(TimeZoneDefinition timeZoneDefinition)
          Initializes a new instance of the class.
TimeZoneTransition(TimeZoneDefinition timeZoneDefinition, TimeZonePeriod targetPeriod)
          Initializes a new instance of the class.
TimeZoneTransition(TimeZoneDefinition timeZoneDefinition, TimeZoneTransitionGroup targetGroup)
          Initializes a new instance of the class.
TimeZoneTransitionGroup(TimeZoneDefinition timeZoneDefinition)
          Initializes a new instance of the class.
TimeZoneTransitionGroup(TimeZoneDefinition timeZoneDefinition, String id)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.