Click or drag to resize

Duration.Addition Operator

Adds two specified Duration instances.

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

Parameters

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

Return Value

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