Click or drag to resize

TimeIntervalCollectionTRemove Method

Overload List
  NameDescription
Public methodRemove(TimeInterval)
Removes the specified interval from this interval list, creating a hole over the specified interval.
Public methodRemove(TimeIntervalT)
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(TimeIntervalCollectionT)
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