Click or drag to resize

TimeIntervalTAdd Method (TimeIntervalCollectionT)

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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<T> Add(
	TimeIntervalCollection<T> intervalList
)

Parameters

intervalList
Type: AGI.Foundation.TimeTimeIntervalCollectionT
The interval list to add.

Return Value

Type: TimeIntervalCollectionT
A new interval list.
See Also