IsoChronology.dateYearDay

Obtains an ISO local date from the era, year-of-era and day-of-year fields.

@param era the ISO era, not null @param yearOfEra the ISO year-of-era @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)
    class IsoChronology
    dateYearDay
  2. LocalDate dateYearDay(int prolepticYear, int dayOfYear)

Meta