Noda Time
Minus Method (other)
NamespacesNodaTimeInstantMinus(Instant)

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

Returns the result of subtracting another instant from this one, for a fluent alternative to operator-().
Declaration Syntax
C#Visual BasicVisual C++
public Duration Minus(
	Instant other
)
Public Function Minus ( _
	other As Instant _
) As Duration
public:
Duration Minus(
	Instant other
)
Parameters
other (Instant)
The other instant to subtract
Return Value
A new Instant representing the result of the subtraction.

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