Returns a copy of this LocalDateTime with the specified number of minutes subtracted.
This instance is immutable and unaffected by this method call.
minutes | the minutes to subtract, may be negative |
LocalDateTime based on this date-time with the minutes subtracted, not null
DateTimeException | if the result exceeds the supported date range |
Diagram: LocalDateTime