SchedulerPrintAdapter.GetAppointments(TimeInterval, ResourceBaseCollection) Method
Retrieves the collection of appointments that fall within the specified time interval associated with the specified resource.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public virtual AppointmentBaseCollection GetAppointments(
TimeInterval timeInterval,
ResourceBaseCollection resources
)
Parameters
| Name | Type | Description |
|---|---|---|
| timeInterval | TimeInterval | A TimeInterval object which identifies the required time interval. |
| resources | ResourceBaseCollection | A ResourceBaseCollection object which specifies the resources associated with the targeted appointments. |
Returns
| Type | Description |
|---|---|
| AppointmentBaseCollection | An AppointmentBaseCollection collection of appointments which meets the specified criteria. |
See Also