TimeIntervalCollection<T>.Remove Method (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.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Remove(
TimeIntervalCollection<T> collection
)
Public Function Remove (
collection As TimeIntervalCollection(Of T)
) As Boolean
public:
bool Remove(
TimeIntervalCollection<T>^ collection
)
member Remove :
collection : TimeIntervalCollection<'T> -> bool
Parameters
- collection
- Type: AGI.Foundation.Time.TimeIntervalCollection<T>
The interval collection to remove.
Return Value
Type:
Booleantrue if any part of the input interval collection was in the interval collection; otherwise
false.
See Also