TimeZoneHelper.OperationTimeZone Property
In This Article
Gets the time zone in which the scheduler storage operates.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public override TimeZoneInfo OperationTimeZone { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The operational time zone is specified by the SchedulerStorageBase.TimeZoneId property.
See Also