Skip to main content

AppointmentItem.Interval Property

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
DateTimeRange

The appointment start and end values.

See Also