Version

GetAppointmentsInRange(DateTimeRange) Method

Returns all appointments which lie within the specified date/time range.
Syntax
public AppointmentQueryResult GetAppointmentsInRange( 
   DateTimeRange range
)

Parameters

range
The range of time for which the appointments are to be returned.

Return Value

An Infragistics.Scheduler.Data.AppointmentQueryResult object containing the result of the query.
Remarks

Note that this method returns all appointments in the specified range, regardless of which Infragistics.Scheduler.ScheduleResource the appointment may be associated with.

Use the GetAppointmentsInRange(DateTimeRange,IEnumerable<ScheduleResource>) overload to filter the returned appointment list by one or more Infragistics.Scheduler.ScheduleResource.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also