Click or drag to resize

TimeIntervalTAdd Method (TimeIntervalT)

Adds two intervals together, producing an interval list that includes both intervals.

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(
	TimeInterval<T> other
)

Parameters

other
Type: AGI.Foundation.TimeTimeIntervalT
The interval to add.

Return Value

Type: TimeIntervalCollectionT
A collection that contains both intervals.
See Also