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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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