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