TimeIntervalCollection<T>.RemoveLeavingEndpoints Method |
Name | Description | |
---|---|---|
![]() | RemoveLeavingEndpoints(TimeInterval) |
Removes the specified interval from this interval list, creating a hole
over the specified interval. The end points of the removed interval are NOT
removed.
|
![]() | RemoveLeavingEndpoints(TimeInterval<T>) |
Removes the specified interval from this interval list,
creating a hole over the specified interval.
The end points of the removed interval are NOT removed.
The Data property of the input interval is ignored.
|
![]() | RemoveLeavingEndpoints(TimeIntervalCollection<T>) |
Removes the specified intervals from this interval list,
creating a hole over the specified intervals.
The end points of the removed intervals are NOT removed.
The Data property of the input interval is ignored.
|