AppointmentItem.Interval Property
In This Article
Returns the appointment start and end values as a date-time range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public DateTimeRange Interval { get; }
#Property Value
Type | Description |
---|---|
Date |
The appointment start and end values. |
See Also