LocalDateTime.minusMinutes

Returns a copy of this {@code LocalDateTime} with the specified number of minutes subtracted. !(p) This instance is immutable and unaffected by this method call.

@param minutes the minutes to subtract, may be negative @return a {@code LocalDateTime} based on this date-time with the minutes subtracted, not null @throws DateTimeException if the result exceeds the supported date range

class LocalDateTime
minusMinutes
(
long minutes
)

Meta