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

DataSource.DateTimeSavingMode Property

Gets or sets how data source objects store date-time values.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public DateTimeSavingMode DateTimeSavingMode { get; set; }

Property Value

Type Description
DateTimeSavingMode

The value that specifies how data source objects store date-time values.

Available values:

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.

See Also