Back to Devexpress

DateTimeSavingMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-d638771c.md

latest1.5 KB
Original Source

DateTimeSavingMode Enum

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

Declaration

csharp
public enum DateTimeSavingMode

Members

NameDescription
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:

Remarks

Use the DateTimeSavingMode enumeration’s values to specify the DataSource.DateTimeSavingMode property.

See Also

DevExpress.XamarinForms.Scheduler Namespace