Click or drag to resize

TimeInterval<T>.Add Method

Overload List
  NameDescription
Public methodAdd(TimeInterval<T>)
Adds two intervals together, producing an interval list that includes both intervals.
Public methodAdd(TimeIntervalCollection<T>)
Adds an interval list to this interval, producing a new interval list that includes this interval plus all intervals in the input list. The input list is not changed by this method.
Top
See Also