Click or drag to resize

TimeInterval.Add Method (TimeIntervalCollection)

Adds an interval list to this interval, producing a new interval list that includes this interval plus all intervals in the input list. The input list is not changed by this method.

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 Add(
	TimeIntervalCollection intervalList
)

Parameters

intervalList
Type: AGI.Foundation.Time.TimeIntervalCollection
The interval list to add.

Return Value

Type: TimeIntervalCollection
A new interval list.
See Also