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