Click or drag to resize

TimeIntervalCollectionTIntersect Method

Overload List
  NameDescription
Public methodIntersect(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.
Public methodIntersect(TimeIntervalT)
Computes the intersection of this interval collection with an interval.
Public methodIntersect(TimeIntervalCollection)
Computes the intersection of this interval collection with another, returning data from this one.
Public methodIntersect(TimeIntervalCollectionT)
Computes the intersection of this interval collection with another.
Public methodIntersect(TimeIntervalT, IEqualityComparerT)
Computes the intersection of this interval collection with an interval.
Public methodIntersect(TimeIntervalCollectionT, IEqualityComparerT)
Computes the intersection of this interval collection with another.
Top
See Also