TimeZoneHelper.ToClientTime(DateTime, String) Method
In This Article
Converts a DateTime value from the specified time zone to the client time zone.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
source |
Date |
A Date |
source |
String | A string that specifies the destination time zone. The string must be one of the available System. |
#Returns
Type | Description |
---|---|
Date |
A Date |
See Also