LocalTime.withSecond

Returns a copy of this {@code LocalTime} with the second-of-minute altered. !(p) This instance is immutable and unaffected by this method call.

@param second the second-of-minute to set _in the result, from 0 to 59 @return a {@code LocalTime} based on this time with the requested second, not null @throws DateTimeException if the second value is invalid

class LocalTime
withSecond
(
int second
)

Meta