Click or drag to resize

TimeIntervalCollection.Remove Method (TimeInterval)

Removes the specified interval from this interval list, creating a hole over the specified interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public bool Remove(
	TimeInterval item
)

Parameters

item
Type: AGI.Foundation.Time.TimeInterval
The interval to remove.

Return Value

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

Implements

ICollection<T>.Remove(T)
Exceptions
ExceptionCondition
ObjectFrozenException Thrown when this TimeIntervalCollection is read-only.
See Also