Click or drag to resize

TimeIntervalCollection<T>.Remove Method

Overload List
  NameDescription
Public methodRemove(TimeInterval)
Removes the specified interval from this interval list, creating a hole over the specified interval.
Public methodRemove(TimeInterval<T>)
Removes the specified interval from this interval list, creating a hole over the specified interval. The Data property of the input interval is ignored.
Public methodRemove(TimeIntervalCollection<T>)
Removes the specified intervals from this interval list, creating a hole over the specified intervals. The Data property of the intervals in the input collection is ignored.
Top
See Also