Year.of

Obtains an instance of {@code Year}. !(p) This method accepts a year value from the proleptic ISO calendar system. !(p) The year 2AD/CE is represented by 2.!(br) The year 1AD/CE is represented by 1.!(br) The year 1BC/BCE is represented by 0.!(br) The year 2BC/BCE is represented by -1.!(br)

@param isoYear the ISO proleptic year to represent, from {@code MIN_VALUE} to {@code MAX_VALUE} @return the year, not null @throws DateTimeException if the field is invalid

class Year
static
of
()

Meta