TimeZoneHelper.OperationTimeZone Property
Gets the time zone in which the scheduler storage operates.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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