Noda Time
Negate Method (offset)
NamespacesNodaTimeOffsetNegate(Offset)

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

Returns the negation of the specified offset. This is the method form of the unary minus operator.
Declaration Syntax
C#Visual BasicVisual C++
public static Offset Negate(
	Offset offset
)
Public Shared Function Negate ( _
	offset As Offset _
) As Offset
public:
static Offset Negate(
	Offset offset
)
Parameters
offset (Offset)
The offset to negate.
Return Value
The negation of the specified offset.

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