Noda Time
Plus Method (other)
NamespacesNodaTimeOffsetPlus(Offset)

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

Returns the result of adding another Offset to this one, for a fluent alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public Offset Plus(
	Offset other
)
Public Function Plus ( _
	other As Offset _
) As Offset
public:
Offset Plus(
	Offset other
)
Parameters
other (Offset)
The offset to add
Return Value
The result of adding the other offset to this one.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe result of the operation is outside the range of Offset.

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