Skip to main content

SchedulerDataStorage.GetAppointments(DateTimeRange) Method

Returns appointments within the specified date-time range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
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