ISchedulerStorageBase.DateTimeSavingMode Property
Gets or sets in what time zone to store the appointment dates.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
DateTimeSavingMode | A DateTimeSavingMode enumeration member that specifies a conversion required before storing the DateTime value. |
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 SchedulerControl before storing them in the data source. |
Utc | Convert Start and End appointment values to UTC before storing them in the data source. |
See Also