TimeZoneHelper.FromClientTime(TimeInterval, String) Method
Converts a time interval from the client time zone to the specified time zone.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public TimeInterval FromClientTime(
TimeInterval sourceTimeInterval,
string targetTimeZoneId
)
Parameters
Name | Type | Description |
---|---|---|
sourceTimeInterval | TimeInterval | A TimeInterval in the client time zone. |
targetTimeZoneId | String | A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values. |
Returns
Type | Description |
---|---|
TimeInterval | The TimeInterval in the specified time zone. |
See Also