Returns a copy of this {@code OffsetDateTime} with the day-of-year altered.
!(p)
The time and offset do not affect the calculation and will be the same _in the result.
If the resulting {@code OffsetDateTime} is invalid, an exception is thrown.
!(p)
This instance is immutable and unaffected by this method call.
@param dayOfYear the day-of-year to set _in the result, from 1 to 365-366
@return an {@code OffsetDateTime} based on this date with the requested day, not null
@throws DateTimeException if the day-of-year value is invalid,
or if the day-of-year is invalid for the year
Returns a copy of this {@code OffsetDateTime} with the day-of-year altered. !(p) The time and offset do not affect the calculation and will be the same _in the result. If the resulting {@code OffsetDateTime} is invalid, an exception is thrown. !(p) This instance is immutable and unaffected by this method call.
@param dayOfYear the day-of-year to set _in the result, from 1 to 365-366 @return an {@code OffsetDateTime} based on this date with the requested day, not null @throws DateTimeException if the day-of-year value is invalid, or if the day-of-year is invalid for the year