IsoChronology.dateYearDay

Obtains an ISO local date from the proleptic-year and day-of-year fields. !(p) This is equivalent to {@link LocalDate#ofYearDay(int, int)}.

@param prolepticYear the ISO proleptic-year @param dayOfYear the ISO day-of-year @return the ISO local date, not null @throws DateTimeException if unable to create the date

  1. LocalDate dateYearDay(Era era, int yearOfEra, int dayOfYear)
  2. LocalDate dateYearDay(int prolepticYear, int dayOfYear)
    class IsoChronology
    dateYearDay

Meta