AllDayEventDateTimeMode Enum
In This Article
Lists modes that determine how the start and end times of the all-day appointment are interpreted when the scheduler changes its time zone.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Fixed | All-day event start and end times change as the Scheduler time zone changes. |
Floating | An all-day event occupies the whole day regardless of the current time zone. |
#Passed To
You can pass AllDayEventDateTimeMode values to the AppointmentStorage.AllDayEventDateTimeMode property.
See Also