Noda Time
Minus Method (other)
NamespacesNodaTimeDurationMinus(Duration)

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

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

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