Click or drag to resize

TimeIntervalCollectionIntersect Method (TimeInterval)

Computes the intersection of this interval collection with an 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 Intersect(
	TimeInterval interval
)

Parameters

interval
Type: AGI.Foundation.TimeTimeInterval
The interval to intersect with this collection

Return Value

Type: TimeIntervalCollection
The intersection of this collection with the interval.
Remarks
The returned collection will only contain the intervals that are in both collections.
See Also