| Package | Description |
|---|---|
| org.threeten.bp.calendar |
Support for calendar systems other than the default ISO.
|
| Modifier and Type | Field and Description |
|---|---|
static JapaneseChrono |
JapaneseChrono.INSTANCE
Singleton instance for Japanese chronology.
|
| Modifier and Type | Field and Description |
|---|---|
static Era<JapaneseChrono> |
JapaneseChrono.ERA_HEISEI
The singleton instance for the Heisei era (1989-01-08 - current)
which has the value 2.
|
static Era<JapaneseChrono> |
JapaneseChrono.ERA_MEIJI
The singleton instance for the Meiji era (1868-09-08 - 1912-07-29)
which has the value -1.
|
static Era<JapaneseChrono> |
JapaneseChrono.ERA_SEIREKI
The singleton instance for the before Meiji era ( - 1868-09-07)
which has the value -999.
|
static Era<JapaneseChrono> |
JapaneseChrono.ERA_SHOWA
The singleton instance for the Showa era (1926-12-25 - 1989-01-07)
which has the value 1.
|
static Era<JapaneseChrono> |
JapaneseChrono.ERA_TAISHO
The singleton instance for the Taisho era (1912-07-30 - 1926-12-24)
which has the value 0.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDate<JapaneseChrono> |
JapaneseChrono.date(Era<JapaneseChrono> era,
int yearOfEra,
int month,
int dayOfMonth) |
ChronoLocalDate<JapaneseChrono> |
JapaneseChrono.date(int prolepticYear,
int month,
int dayOfMonth) |
ChronoLocalDate<JapaneseChrono> |
JapaneseChrono.date(TemporalAccessor temporal) |
ChronoLocalDate<JapaneseChrono> |
JapaneseChrono.dateYearDay(int prolepticYear,
int dayOfYear) |
Era<JapaneseChrono> |
JapaneseChrono.eraOf(int eraValue)
Returns the calendar system era object from the given numeric value.
|
List<Era<JapaneseChrono>> |
JapaneseChrono.eras() |
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDate<JapaneseChrono> |
JapaneseChrono.date(Era<JapaneseChrono> era,
int yearOfEra,
int month,
int dayOfMonth) |
int |
JapaneseChrono.prolepticYear(Era<JapaneseChrono> era,
int yearOfEra) |
Copyright © 2007-2013 ThreeTen.org. All Rights Reserved.