Skip to main content
All docs
V19.1

SchedulerView.GetAppointments(DateTimeRange) Method

Returns appointments within the specified date-time range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public IEnumerable<AppointmentItem> GetAppointments(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

The date-time range within which appointments are requested.

Returns

Type Description
IEnumerable<AppointmentItem>

The collection of appointments that are within the specified date-time range.

See Also