Click or drag to resize

TimeIntervalCollectionAdd Method (TimeInterval)

Adds an interval to the interval collection.

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

Parameters

item
Type: AGI.Foundation.TimeTimeInterval
The interval to add.

Implements

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