Click or drag to resize

GetUserBasicModelTimeZoneKey Property

Gets the TimeZoneKey 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
Gets the TimeZoneKey assigned to a user. This value represents time zone id of the employee's time zone.

Note  Note
Setup:
Manager > Employees > Information Tab
Caution note  Caution
The current time zones supported by the startustime system 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
Eastern Standard Time
See Also