Noda Time
Plus Method (other)
NamespacesNodaTimeDurationPlus(Duration)

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

Returns the result of adding another duration to this one, for a fluent alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public Duration Plus(
	Duration other
)
Public Function Plus ( _
	other As Duration _
) As Duration
public:
Duration Plus(
	Duration other
)
Parameters
other (Duration)
The duration to add
Return Value
A new Duration representing the result of the addition.

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