Click or drag to resize

CustomerGlobalSettingsTimeZoneKey Property

The time zone ID assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string TimeZoneKey { get; set; }

Property Value

String
Remarks
The time zone ID assigned to a user . This value represents time zone id of the employee's time zone.

Caution note  Caution
The current time zones supported by the time web services are currently tied to the underlying C# libs which can be found at the following link:
https://msdn.microsoft.com/en-us/library/gg154758.aspx.
Example
400
See Also