AppointmentItem.End Property
In This Article
Gets or sets the appointment’s end date and time.
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 new End property’s value is less than the Start property’s value, an exception fires.
If the AllDay property is set to true, then the appointment’s start date is the System.DateTime.Date fraction of the End value, and the start time is 0:00.
See Also