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