Click or drag to resize

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

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(
	TimeInterval<T> item
)

Parameters

item
Type: AGI.Foundation.TimeTimeIntervalT
The interval to remove.

Return Value

Type: Boolean
if any part of the input interval was in the interval list; otherwise .

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ObjectFrozenException Thrown when the this TimeIntervalCollection is read-only.
See Also