Click or drag to resize

TimeIntervalCollection Constructor (TimeIntervalCollection)

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 collection
)

Parameters

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