Click or drag to resize

TimeIntervalCollection<T> Constructor (TimeInterval<T>)

Initializes a new instance from a single interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection(
	TimeInterval<T> interval
)

Parameters

interval
Type: AGI.Foundation.Time.TimeInterval<T>
The interval to add to the collection.
See Also