Click or drag to resize

TimeIntervalCollection.Add Method (TimeInterval)

Adds an interval to the interval collection.

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

Parameters

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

Implements

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