| CustomerGlobalSettingsTimeZoneUTCOffset Property |  | 
                Gets the UTC hour offset from the users assigned time zone
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic double TimeZoneUTCOffset { get; set; }function get_TimeZoneUTCOffset();
function set_TimeZoneUTCOffset(value);
Property Value
Double Remarks
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 | 
|---|
| Setup: Manager > Employees > Information Tab
 
 | 
 Example
Example-4.5
 See Also
See Also