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

AppointmentCollection.IsIntersecting(TimeInterval, Resource) Method

OBSOLETE

You should use the 'AppointmentConflictsCalculator.IsIntersecting' instead

Obsolete. Always returns false.

Namespace: DevExpress.XtraScheduler

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

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