Java Date Time Year
API
- Year MIN_VALUE
- Year MAX_VALUE
- Year now()
- Year now(ZoneId zone)
- Year now(Clock clock)
- Year of(int isoYear)
- Year from(TemporalAccessor temporal)
- Year parse(CharSequence text)
- Year parse(CharSequence text, DateTimeFormatter formatter)
- Year isLeap(long year)
- Year getValue()
- Year isSupported(TemporalField field)
- Year isSupported(TemporalUnit unit)
- Year range(TemporalField field)
- Year get(TemporalField field)
- Year getLong(TemporalField field)
- Year isLeap()
- Year isValidMonthDay(MonthDay monthDay)
- Year length()
- Year with(TemporalAdjuster adjuster)
- Year with(TemporalField field, long newValue)
- Year plus(TemporalAmount amountToAdd)
- Year plus(long amountToAdd, TemporalUnit unit)
- Year plusYears(long yearsToAdd)
- Year minus(TemporalAmount amountToSubtract)
- Year minus(long amountToSubtract, TemporalUnit unit)
- Year minusYears(long yearsToSubtract)
- Year query(TemporalQuery < R > query)
- Year adjustInto(Temporal temporal)
- Year until(Temporal endExclusive, TemporalUnit unit)
- Year format(DateTimeFormatter formatter)
- Year atDay(int dayOfYear)
- Year atMonth(Month month)
- Year atMonth(int month)
- Year atMonthDay(MonthDay monthDay)
- Year compareTo(Year other)
- Year isAfter(Year other)
- Year isBefore(Year other)
- Year equals(Object obj)
- Year hashCode()
- Year toString()