mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-d638771c.md
Lists values that specifies how the data source stores the start and end values of appointments.
Namespace : DevExpress.XamarinForms.Scheduler
Assembly : DevExpress.XamarinForms.Scheduler.dll
NuGet Package : DevExpress.XamarinForms.Scheduler
public enum DateTimeSavingMode
| Name | Description |
|---|---|
Appointment |
The scheduler saves an appointment’s start and end values to the data source as they are.
|
| Storage |
The scheduler converts an appointment’s start and end values to the time zone of the storage (SchedulerDataStorage.TimeZone) before saving them to the data source.
|
| Utc |
The scheduler converts an appointment’s start and end values to UTC before saving them to the data source.
|
The following properties accept/return DateTimeSavingMode values:
Use the DateTimeSavingMode enumeration’s values to specify the DataSource.DateTimeSavingMode property.
See Also