Skip to main content
A newer version of this page is available. .

DateTimeSavingMode Enum

Lists modes that specifies how data source stores date-time values of appointments.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public enum DateTimeSavingMode

Members

Name Description
Appointment

The data source save date-time values as is.

Storage

The Scheduler View converts values to the time zone of the view before the data source saves them.

Utc

The Scheduler View converts values to UTC before the data source saves them.

Related API Members

The following properties accept/return DateTimeSavingMode values:

See Also