Click or drag to resize

TimeInterval.Add Method (TimeInterval)

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: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection Add(
	TimeInterval other
)

Parameters

other
Type: AGI.Foundation.Time.TimeInterval
The interval to add.

Return Value

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