Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<TimeZoneDefinition> |
GetServerTimeZonesResponse.getTimeZones()
Reads response elements from XML.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setEndTimeZone(TimeZoneDefinition value)
Sets the start time zone.
|
void |
Appointment.setStartTimeZone(TimeZoneDefinition value)
Sets the start time zone.
|
Modifier and Type | Method and Description |
---|---|
TimeZoneDefinition |
LegacyAvailabilityTimeZone.toTimeZoneInfo()
To time zone info.
|
Modifier and Type | Method and Description |
---|---|
TimeZoneDefinition |
MeetingTimeZone.toTimeZoneInfo()
Converts this meeting time zone into a TimeZoneInfo structure.
|
Constructor and Description |
---|
MeetingTimeZone(TimeZoneDefinition timeZone)
Initializes a new instance of the MeetingTimeZone class.
|
Modifier and Type | Method and Description |
---|---|
TimeZoneDefinition |
WorkingHours.getTimeZone()
Gets the time zone to which the working hours apply.
|
Modifier and Type | Class and Description |
---|---|
class |
OlsonTimeZoneDefinition
A TimeZoneDefinition class that allows mapping from a Java/Olson TimeZone to a MS TimeZone.
|
Modifier and Type | Method and Description |
---|---|
static TimeZoneTransition |
TimeZoneTransition.create(TimeZoneDefinition timeZoneDefinition,
String xmlElementName)
Creates a time zone period transition of the appropriate type given an
XML element name.
|
Constructor and 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.
|
Copyright © 2012–2015 Microsoft. All rights reserved.