Skip to main content

TimeZoneHelper.OperationTimeZone Property

Gets the time zone in which the scheduler storage operates.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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