Click or drag to resize

CustomerGlobalSettingsTimeZoneUTCOffset Property

Gets the UTC hour offset from the users assigned time zone

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

Property Value

Double
Remarks
Gets the UTC hour offset from the users assigned time zone. This value represents time zone UTC offset hour of the employee's time zone. For example if a user is assigned to (UTC+02:00 Beirut) then the response value would be "2". If they were assigned to (UTC-04:00 Santiago) then the value would be "-4". A default UTC timezone would return "0".

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
-4.5
See Also