[This is preliminary documentation and is subject to change.]
Subtracts a period from a local date/time. Fields are subtracted in the order provided by the period.
This is a convenience operator over the Minus(Period) method.

C# | Visual Basic | Visual C++ |
public LocalDateTime Minus( Period period )
Public Function Minus ( _ period As Period _ ) As LocalDateTime
public: LocalDateTime Minus( Period^ period )

- period (Period)
- Period to subtract

The resulting local date and time
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)