Home | History | Annotate | Download | only in time

Lines Matching defs:withDayOfYear

1382      * {@link LocalDateTime#withDayOfYear(int) changing the day-of-year} of the local date-time.
1397 public ZonedDateTime withDayOfYear(int dayOfYear) {
1398 return resolveLocal(dateTime.withDayOfYear(dayOfYear));