AppointmentItem.End Property
In This Article
Gets or sets the end date and time of the appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public DateTime End { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The end date and time of the appointment. |
See Also