TimeZoneHelper.FromClientTime(DateTime) Method
In This Article
Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date |
Date |
A Date |
#Returns
Type | Description |
---|---|
Date |
The Date |
See Also