LocalDate
date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.
LocalDate
date(int prolepticYear, int month, int dayOfMonth)
Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.
LocalDate
date(TemporalAccessor temporal)
Obtains an ISO local date from another date-time object.
LocalDate
dateEpochDay(long epochDay)
Obtains an ISO local date from the epoch-day.
LocalDate
dateNow()
Obtains the current ISO local date from the system clock in the default time-zone.
LocalDate
dateNow(Clock clock)
Obtains the current ISO local date from the specified clock.
LocalDate
dateNow(ZoneId zone)
Obtains the current ISO local date from the system clock in the specified time-zone.
LocalDate
dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
LocalDate
dateYearDay(int prolepticYear, int dayOfYear)
Obtains an ISO local date from the proleptic-year and day-of-year fields.
IsoEra
eraOf(int eraValue)
Creates the chronology era object from the numeric value.
List<Era>
eras()
Gets the list of eras for the chronology.
String
getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.
String
getId()
Gets the ID of the chronology - 'ISO'.
boolean
isLeapYear(long prolepticYear)
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
LocalDateTime
localDateTime(TemporalAccessor temporal)
Obtains an ISO local date-time from another date-time object.
Period
period(int years, int months, int days)
Obtains a period for this chronology based on years, months and days.
int
prolepticYear(Era era, int yearOfEra)
Calculates the proleptic-year given the era and year-of-era.
ValueRange
range(ChronoField field)
Gets the range of valid values for the specified field.
LocalDate
resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Resolves parsed ChronoField
values into a date during parsing.
ZonedDateTime
zonedDateTime(Instant instant, ZoneId zone)
Obtains an ISO zoned date-time in this chronology from an Instant
.
ZonedDateTime
zonedDateTime(TemporalAccessor temporal)
Obtains an ISO zoned date-time from another date-time object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4