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

IntervalFoundEventArgs(TimeIntervalCollectionEx, Resource) Constructor

Initializes a new instance of the IntervalFoundEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public IntervalFoundEventArgs(
    TimeIntervalCollectionEx freeIntervals,
    Resource resource
)

Parameters

Name Type Description
freeIntervals TimeIntervalCollectionEx

A TimeIntervalCollectionEx collection, containing the discovered time interval.

resource Resource

A Resource object, that is the resource for which the free time interval is found.

See Also