Skip to main content

AppointmentItem.Start Property

Gets or sets the start date and time of the appointment.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public DateTime Start { get; set; }

#Property Value

Type Description
DateTime

A System.DateTime value that is the start of the appointment.

#Remarks

If the AllDay property is set to true, then the appointment’s start date is the System.DateTime.Date fraction of the Start value, and the start time is 0:00.

See Also