TimeIntervalCollectionTIntersect Method |
Name | Description | |
---|---|---|
Intersect(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.
| |
Intersect(TimeIntervalT) |
Computes the intersection of this interval collection with an interval.
| |
Intersect(TimeIntervalCollection) |
Computes the intersection of this interval collection with another, returning data from this one.
| |
Intersect(TimeIntervalCollectionT) |
Computes the intersection of this interval collection with another.
| |
Intersect(TimeIntervalT, IEqualityComparerT) |
Computes the intersection of this interval collection with an interval.
| |
Intersect(TimeIntervalCollectionT, IEqualityComparerT) |
Computes the intersection of this interval collection with another.
|