Back to Devexpress

SchedulerStorageBase.TimeZoneId Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-758c92a7.md

latest1.9 KB
Original Source

SchedulerStorageBase.TimeZoneId Property

Gets or sets the time zone in which the SchedulerStorage operates.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string TimeZoneId { get; set; }
vb
Public Property TimeZoneId As String

Property Value

TypeDescription
String

A string that identifies a time zone available in the system (one of the System.TimeZoneInfo.Id values).

|

Remarks

The SchedulerStorage loads appointments and reminders from the data source without time zone conversion. The TimeZoneId property specifies the basic time zone in which the Scheduler operates. When appointments are displayed or modified, the DateTime values are converted from the time zone specified by the TimeZoneId property to the time zone specified by the SchedulerOptionsBehaviorBase.ClientTimeZoneId property.

Implements

TimeZoneId

See Also

Scheduler Time Zones

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace