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.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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