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

TimeZoneHelper.OperationTimeZone Property

Gets the time zone in which the scheduler storage operates.

Namespace: DevExpress.XtraScheduler

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

Declaration

public override TimeZoneInfo OperationTimeZone { get; }

Property Value

Type Description
TimeZoneInfo

A TimeZoneInfo object identifying the time zone of the SchedulerStorage.

Remarks

The operational time zone is specified by the SchedulerStorageBase.TimeZoneId property.

See Also