Noda Time
Add Method (left, right)
NamespacesNodaTimeDurationAdd(Duration, Duration)

[This is preliminary documentation and is subject to change.]

Adds one duration to another. Friendly alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public static Duration Add(
	Duration left,
	Duration right
)
Public Shared Function Add ( _
	left As Duration, _
	right As Duration _
) As Duration
public:
static Duration Add(
	Duration left, 
	Duration right
)
Parameters
left (Duration)
The left hand side of the operator.
right (Duration)
The right hand side of the operator.
Return Value
A new Duration representing the sum of the given values.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)