Noda Time
Minus Method (other)
NamespacesNodaTimeOffsetMinus(Offset)

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

Returns the result of subtracting another Offset from this one, for a fluent alternative to operator-().
Declaration Syntax
C#Visual BasicVisual C++
public Offset Minus(
	Offset other
)
Public Function Minus ( _
	other As Offset _
) As Offset
public:
Offset Minus(
	Offset other
)
Parameters
other (Offset)
The offset to subtract
Return Value
The result of subtracting the other offset from 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)