Click or drag to resize

TimeIntervalCollectionT Constructor (TimeIntervalCollectionT)

Initializes a new interval collection by copying an existing one.

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(
	TimeIntervalCollection<T> collection
)

Parameters

collection
Type: AGI.Foundation.TimeTimeIntervalCollectionT
The existing collection to copy.
Remarks
The new collection will not be IsFrozen, even if the original was.
See Also