Click or drag to resize

TimeIntervalCollectionTClear Method

Removes all intervals from the interval collection.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public void Clear()

Implements

ICollectionTClear
IListClear
Exceptions
ExceptionCondition
ObjectFrozenException Thrown when this TimeIntervalCollection is read-only.
See Also