Click or drag to resize

TimeIntervalCollection Constructor (TimeInterval)

Initializes a new instance from a single interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection(
	TimeInterval interval
)

Parameters

interval
Type: AGI.Foundation.TimeTimeInterval
The interval to add to the collection.
See Also