A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public AppointmentBaseCollection GetAppointments(
TimeInterval timeInterval,
ResourceBaseCollection resources
)
Public Function GetAppointments(
timeInterval As TimeInterval,
resources As ResourceBaseCollection
) As AppointmentBaseCollection
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. |
Implements
DevExpress.XtraScheduler.Reporting.ISchedulerAppointmentProvider.GetAppointments(TimeInterval, ResourceBaseCollection)
See Also
Feedback