LocalTime.minusHours

Returns a copy of this {@code LocalTime} with the specified number of hours subtracted. !(p) This subtracts the specified number of hours from this time, returning a new time. The calculation wraps around midnight. !(p) This instance is immutable and unaffected by this method call.

@param hoursToSubtract the hours to subtract, may be negative @return a {@code LocalTime} based on this time with the hours subtracted, not null

class LocalTime
minusHours

Meta