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