GetServerTimeZonesType.ReturnFullTimeZoneData Property
The ReturnFullTimeZoneData property gets or sets a Boolean value that indicates whether the GetServerTimeZones Operation returns the complete definition or only the name and identifier for each time zone.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReturnFullTimeZoneData As Boolean
Get
Set
'Usage
Dim instance As GetServerTimeZonesType
Dim value As Boolean
value = instance.ReturnFullTimeZoneData
instance.ReturnFullTimeZoneData = value
public bool ReturnFullTimeZoneData { get; set; }
Property Value
Type: System.Boolean
The value of the ReturnFullTimeZoneData property is true if complete definitions are returned for each time zone; otherwise, the value is false.
Remarks
The default value of the ReturnFullTimeZoneData property is true.
You must set the ReturnFullTimeZoneDataSpecified property to true so that the ReturnFullTimeZoneData property is serialized into the SOAP request.