SchedulerDataStorage.GetAppointments(DateTimeRange) Method
In This Article
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 | Date |
The date-time range within which appointments are requested. |
#Returns
Type | Description |
---|---|
IEnumerable<Appointment |
The collection of appointments that are within the specified date-time range. |
See Also