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

AppointmentConflictsCalculator.IsIntersecting(TimeInterval, Resource) Method

Indicates whether the specified time interval is shared between appointments assigned to a specified resource.

Namespace: DevExpress.XtraScheduler.Native

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public virtual bool IsIntersecting(
    TimeInterval interval,
    Resource resource
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object, that is the time span being queried.

resource Resource

A Resource object, that is a resource by which appointments are filtered.

Returns

Type Description
Boolean

true if appointment time intervals intersect; otherwise, false.

See Also