Noda Time
UnaryPlus Operator
NamespacesNodaTimeOffsetUnaryPlus(Offset)

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

Implements the unary operator + .
Declaration Syntax
C#Visual BasicVisual C++
public static Offset operator +(
	Offset offset
)
Public Shared Operator + ( _
	offset As Offset _
) As Offset
public:
static Offset operator +(
	Offset offset
)
Parameters
offset (Offset)
The operand.
Return Value
The same Offset instance
Remarks
There is no method form of this operator; the Plus(Offset) method is an instance method for addition, and is more useful than a method form of this would be.

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