Skip to main content

AppointmentCollection.IsIntersecting(TimeInterval, Resource) Method

OBSOLETE

You should use the 'AppointmentConflictsCalculator.IsIntersecting' instead

Obsolete. Always returns false.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Obsolete("You should use the 'AppointmentConflictsCalculator.IsIntersecting' instead", true)]
public bool IsIntersecting(
    TimeInterval interval,
    Resource resource
)

Parameters

Name Type
interval TimeInterval
resource Resource

Returns

Type Description
Boolean

False.

See Also