Generic API for calendar systems other than the default ISO.
-
enum
An era in the Hijrah calendar system.
enum
An era in the ISO calendar system.
final class
An era in the Japanese Imperial calendar system.
enum
An era in the Minguo calendar system.
enum
An era in the Thai Buddhist calendar system.
Chronology.eraOf(int eraValue)
Creates the chronology era object from the numeric value.
Gets the era, as defined by the chronology.
Gets the list of eras for the chronology.
JapaneseChronology.eras()
ThaiBuddhistChronology.eras()
Chronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in this chronology from the era, year-of-era,
month-of-year and day-of-month fields.
HijrahChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Hijrah calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
IsoChronology.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.
JapaneseChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Japanese calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
MinguoChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Minguo calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
ThaiBuddhistChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
Obtains a local date in this chronology from the era, year-of-era and
day-of-year fields.
Obtains a local date in Hijrah calendar system from the
era, year-of-era and day-of-year fields.
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
Obtains a local date in Japanese calendar system from the
era, year-of-era and day-of-year fields.
Obtains a local date in Minguo calendar system from the
era, year-of-era and day-of-year fields.
ThaiBuddhistChronology.dateYearDay(Era era,
int yearOfEra,
int dayOfYear)
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era and day-of-year fields.
default long
Chronology.epochSecond(Era era,
int yearOfEra,
int month,
int dayOfMonth,
int hour,
int minute,
int second,
ZoneOffset zoneOffset)
Gets the number of seconds from the epoch of 1970-01-01T00:00:00Z.
int
Calculates the proleptic-year given the era and year-of-era.
int
int
int
int
int