Noda Time
Add Method (left, right)
NamespacesNodaTimeOffsetAdd(Offset, Offset)

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

Adds one Offset to another. Friendly alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public static Offset Add(
	Offset left,
	Offset right
)
Public Shared Function Add ( _
	left As Offset, _
	right As Offset _
) As Offset
public:
static Offset Add(
	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)