Skip to main content

AppointmentStorage.AllDayEventDateTimeMode Property

Specifies the time zone calculation mode for the start and end time values of all-day events.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AllDayEventDateTimeMode AllDayEventDateTimeMode { get; set; }

#Property Value

Type Description
AllDayEventDateTimeMode

A AllDayEventDateTimeMode enumeration member.

#Remarks

The AllDayEventDateTimeMode property allows you to specify that all-day events are treated as if they belong to a "floating" time zone. "Floating" means that their time is independent of the client time zone. Let's take a typical example of a "floating" all-day appointment - it is the New Year's Day. It starts at midnight January 1 in any time zone. Therefore, it does not start simultaneously throughout the world - it starts at different moments according to the time zone where the client is located.

See Also