Version

GetAppointmentsInRange Method (ScheduleListDataSource)

Returns an enumerable list of objects representing all appointments which lie within the specified range, optionally filtering by one or more resources.
Overload List
OverloadDescription
GetAppointmentsInRange(DateTimeRange,IEnumerable<ScheduleResource>)Returns an enumerable list of objects representing all appointments which lie within the specified range, optionally filtering by one or more resources.  
GetAppointmentsInRange(DateTimeRange)Returns all appointments which lie within the specified date/time range. (Inherited from Infragistics.Scheduler.DataSource.ScheduleDataSource)
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