Uses of Class
microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
-
-
Uses of TimeZoneDefinition in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type TimeZoneDefinition Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description TimeZoneDefinitionAppointment. getEndTimeZone()Gets the start time zone.TimeZoneDefinitionMeetingRequest. getEndTimeZone()Gets time zone of the end property of this meeting request.TimeZoneDefinitionAppointment. getStartTimeZone()Gets the start time zone.TimeZoneDefinitionMeetingRequest. getStartTimeZone()Gets time zone of the start property of this meeting request.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type TimeZoneDefinition Modifier and Type Method Description voidAppointment. setEndTimeZone(TimeZoneDefinition value)Sets the start time zone.voidMeetingRequest. setEndTimeZone(TimeZoneDefinition value)Sets the start time zone.voidAppointment. setStartTimeZone(TimeZoneDefinition value)Sets the start time zone.voidMeetingRequest. 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 Modifier and Type Method Description TimeZoneDefinitionLegacyAvailabilityTimeZone. 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 Modifier and Type Method Description TimeZoneDefinitionMeetingTimeZone. toTimeZoneInfo()Converts this meeting time zone into a TimeZoneInfo structure.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type TimeZoneDefinition Constructor Description 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 Modifier and Type Method Description TimeZoneDefinitionWorkingHours. 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 Modifier and Type Class Description classOlsonTimeZoneDefinitionA 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 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.Constructors in microsoft.exchange.webservices.data.property.complex.time with parameters of type TimeZoneDefinition Constructor Description 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.
-