DateTimeSavingMode Enum
Lists modes which affect how the Start and End appointment values are stored in the data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DateTimeSavingMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IScheduler |
Scheduler |
|
Win |
Scheduler |
WPF Controls | Data |
Scheduler |
#Remarks
The DateTimeSavingMode enumeration is used by the SchedulerStorageBase.DateTimeSavingMode (or the DataSource.DateTimeSavingMode for WPF) properties.