Chronology.dateYearDay

Obtains a local date _in this chronology from the proleptic-year and day-of-year fields.

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

  1. ChronoLocalDate dateYearDay(Era era, int yearOfEra, int dayOfYear)
  2. ChronoLocalDate dateYearDay(int prolepticYear, int dayOfYear)
    interface Chronology

Meta