GetUserBasicModelTimeZoneIsDST Property | |
Gets a true value if the users time zone is considered to be in daylight savings time (DST).
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool TimeZoneIsDST { get; set; }
function get_TimeZoneIsDST();
function set_TimeZoneIsDST(value);
Property Value
BooleanRemarks
Gets a true value if the users time zone is considered to be in daylight savings time (DST).
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Example true
See Also