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