LocalTime.plusSeconds

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

@param secondstoAdd the seconds to add, may be negative @return a {@code LocalTime} based on this time with the seconds added, not null

class LocalTime
plusSeconds

Meta