Skip to main content

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

NuGet Package: DevExpress.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