AppointmentItem.Start Property
Gets or sets the start date and time of the appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The start date and time of the appointment. |
See Also