Click or drag to resize

TimeIntervalCollectionTRemove Method (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.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Remove(
	TimeIntervalCollection<T> collection
)

Parameters

collection
Type: AGI.Foundation.TimeTimeIntervalCollectionT
The interval collection to remove.

Return Value

Type: Boolean
if any part of the input interval collection was in the interval collection; otherwise .
See Also