TimeIntervalCollection<T>.Remove Method |
Name | Description | |
---|---|---|
![]() | Remove(TimeInterval) |
Removes the specified interval from this interval list, creating a hole over the specified interval.
|
![]() | Remove(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.
|
![]() | Remove(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.
|