GetServerTimeZones
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2010 | Exchange Server 2013 | Office 365
The GetServerTimeZones element is the root element in a request to retrieve time zone definitions from the Exchange server.
<GetServerTimeZones ReturnFullTimeZoneData=""> <Ids/></GetServerTimeZones>
GetServerTimeZonesType
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
ReturnFullTimeZoneData |
Specifies whether the GetServerTimeZones operation returns the complete definition or only the name and identifier for each time zone. This attribute is optional. The default value is true. |
ReturnFullTimeZoneData Attribute
|
Value |
Description |
|---|---|
|
true |
Return the complete definitions for each time zone. |
|
false |
Return only the name and identifier for each time zone. |
Child elements
|
Element |
Description |
|---|---|
|
Contains an array of time zone definition identifiers that specifies the requested time zone definitions. This element is optional. If this element is not included in the GetServerTimeZones operation request, all time zone definitions that are available on the server are returned in the response. |
Parent elements
None.