Skip to main content
A newer version of this page is available. .

TimeZoneHelper.FromOperationTime(DateTime, String) Method

Converts a DateTime value from the operational time zone to the specified time zone.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public override DateTime FromOperationTime(
    DateTime dateTime,
    string tzId
)

Parameters

Name Type Description
dateTime DateTime

A DateTime value in the operational time zone.

tzId String

A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.

Returns

Type Description
DateTime

A DateTime value in the specified time zone.

Remarks

The time zone of the scheduler storage is specified by the SchedulerStorageBase.TimeZoneId property.

See Also