Click or drag to resize

UserProfileTimeZoneIsDST Property

Gets a true value if the users time zone is considered to be in daylight savings time (DST).

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

Property Value

Boolean
Remarks
Gets a true value if the users time zone is considered to be in daylight savings time (DST).

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