ZonedDateTime minusMinutes() method in Java with Examples
minusMinutes() method of a ZonedDateTime class used to subtract the number of minutes from this ZonedDateTime and return a copy of ZonedDateTime after subtraction.This method operates on the instant time-line, such that subtracting one minute will always be a duration of one minute earlier. This ins