Click or drag to resize

TimeIntervalCollection<T>.Intersect Method (TimeInterval)

Computes the intersection of this interval collection with an interval without data. The returned intervals will contain the data of the intervals in this collection which overlap with the specified interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection<T> Intersect(
	TimeInterval interval
)

Parameters

interval
Type: AGI.Foundation.Time.TimeInterval
The interval to intersect with this collection, regardless of data.

Return Value

Type: TimeIntervalCollection<T>
The intersection of this collection with the interval, with the data in the collection representing the data which already exists in this collection.
See Also