OffsetDateTime.withMinute

Returns a copy of this {@code OffsetDateTime} with the minute-of-hour altered. !(p) The date and offset do not affect the calculation and will be the same _in the result. !(p) This instance is immutable and unaffected by this method call.

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

class OffsetDateTime
withMinute
(
int minute
)

Meta