GetServerTimeZonesType
extends BaseRequestType
in package
Represents a request to retrieve time zone definitions from the Exchange server.
Table of Contents
Properties
- $Ids : NonEmptyArrayOfTimeZoneIdType
- Contains an array of time zone definition identifiers that specifies the requested time zone definitions.
- $ReturnFullTimeZoneData : bool
- Specifies whether the GetServerTimeZones operation returns the complete definition or only the name and identifier for each time zone.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Ids
Contains an array of time zone definition identifiers that specifies the requested time zone definitions.
public
NonEmptyArrayOfTimeZoneIdType
$Ids
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.
Tags
$ReturnFullTimeZoneData
Specifies whether the GetServerTimeZones operation returns the complete definition or only the name and identifier for each time zone.
public
bool
$ReturnFullTimeZoneData
= true
This attribute is optional.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed