Skip to main content
A newer version of this page is available. .

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
)

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