Noda Time
Addition Operator
NamespacesNodaTimeOffsetAddition(Offset, Offset)

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

Implements the operator + (addition).
Declaration Syntax
C#Visual BasicVisual C++
public static Offset operator +(
	Offset left,
	Offset right
)
Public Shared Operator + ( _
	left As Offset, _
	right As Offset _
) As Offset
public:
static Offset operator +(
	Offset left, 
	Offset right
)
Parameters
left (Offset)
The left hand side of the operator.
right (Offset)
The right hand side of the operator.
Return Value
A new Offset representing the sum of the given values.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe result of the operation is outside the range of Offset.
ArgumentOutOfRangeExceptionThe result of the operation is outside the range of Offset.

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