AppointmentItem.Start Property
In This Article
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
#Property Value
Type | Description |
---|---|
Date |
A System. |
#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