Edit

Share via


GetServerTimeZonesType.ReturnFullTimeZoneData Property

Definition

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.

public:
 property bool ReturnFullTimeZoneData { bool get(); void set(bool value); };
public bool ReturnFullTimeZoneData { get; set; }
Public Property ReturnFullTimeZoneData As Boolean

Property Value

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.

Applies to