Noda Time
Minus Method (period)
NamespacesNodaTimeLocalTimeMinus(Period)

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

Subtracts the specified period from this time. Fluent alternative to operator-().
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime Minus(
	Period period
)
Public Function Minus ( _
	period As Period _
) As LocalTime
public:
LocalTime Minus(
	Period^ period
)
Parameters
period (Period)
The period to subtract. Must not contain any (non-zero) date units.
Return Value
The result of subtracting the given period from this time.

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