SchedulerDataStorage.GetAppointments(DateTimeRange) Method
Returns appointments within the specified date-time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
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