Click or drag to resize

TimeIntervalCollectionTIntersect 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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<T> Intersect(
	TimeInterval interval
)

Parameters

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

Return Value

Type: TimeIntervalCollectionT
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