ISchedulerStorageBase.DateTimeSavingMode Property
In This Article
Gets or sets in what time zone to store the appointment dates.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
DateTimeSavingMode DateTimeSavingMode { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
Available values:
Name | Description |
---|---|
Appointment | Do not convert Start and End appointment values before storing them in the data source. |
Storage | Convert Start and End appointment values to the time zone of the Scheduler |
Utc | Convert Start and End appointment values to UTC before storing them in the data source. |
See Also