Back to Devexpress

DateTimeSavingMode Enum

maui-devexpress-dot-maui-dot-scheduler-691cd512.md

latest1.4 KB
Original Source

DateTimeSavingMode Enum

Lists values that specify how the data source stores the appointment start and end values.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.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:

Extension Methods

Yield<DateTimeSavingMode>()

YieldIfNotNull<DateTimeSavingMode>()

See Also

DevExpress.Maui.Scheduler Namespace