Click or drag to resize

DurationAddition Operator

Adds two specified Duration instances.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Duration operator +(
	Duration left,
	Duration right
)

Parameters

left
Type: AGI.Foundation.TimeDuration
The first Duration to add.
right
Type: AGI.Foundation.TimeDuration
The second Duration to add.

Return Value

Type: Duration
The sum of left and right.
See Also