OffsetTime.withSecond

Returns a copy of this {@code OffsetTime} with the second-of-minute altered. !(p) The offset does not affect the calculation and will be the same _in the result. !(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 an {@code OffsetTime} based on this time with the requested second, not null @throws DateTimeException if the second value is invalid

class OffsetTime
withSecond
(
int second
)

Meta