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

DateTimeSavingMode Enum

Lists modes which affect how the Start and End appointment values are stored in the data source.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum DateTimeSavingMode

Members

Name Description
Appointment

Do not convert Start and End appointment values before storing them in the data source.

Storage

Convert Start and End appointment values to the time zone of the SchedulerControl before storing them in the data source.

Utc

Convert Start and End appointment values to UTC before storing them in the data source.

Related API Members

The following properties accept/return DateTimeSavingMode values:

Library Related API Members
Cross-Platform Class Library ISchedulerStorageBase.DateTimeSavingMode
SchedulerStorageBase.DateTimeSavingMode
WinForms Controls SchedulerDataStorage.DateTimeSavingMode
WPF Controls DataSource.DateTimeSavingMode
SchedulerStorage.DateTimeSavingMode

Remarks

The DateTimeSavingMode enumeration is used by the SchedulerStorageBase.DateTimeSavingMode (or the DataSource.DateTimeSavingMode for WPF) properties.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DateTimeSavingMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also