| Package | Description |
|---|---|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| Modifier and Type | Method and Description |
|---|---|
JapaneseDate |
JapaneseChronology.date(Era
Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
|
JapaneseDate |
JapaneseChronology.date(int prolepticYear, int month, int dayOfMonth)
Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
|
JapaneseDate |
JapaneseChronology.date(TemporalAccessor
|
JapaneseDate |
JapaneseChronology.dateEpochDay(long epochDay)
Obtains a local date in the Japanese calendar system from the epoch-day.
|
JapaneseDate |
JapaneseChronology.dateNow()
|
JapaneseDate |
JapaneseChronology.dateNow(Clock
|
JapaneseDate |
JapaneseChronology.dateNow(ZoneId
|
JapaneseDate |
JapaneseChronology.dateYearDay(Era
Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.
|
JapaneseDate |
JapaneseChronology.dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.
|
static JapaneseDate |
JapaneseDate.from(TemporalAccessor
Obtains a
JapaneseDate from a temporal object.
|
JapaneseDate |
JapaneseDate.minus(long amountToAdd, TemporalUnit
|
JapaneseDate |
JapaneseDate.minus(TemporalAmount
Returns an object of the same type as this object with an amount subtracted.
|
static JapaneseDate |
JapaneseDate.now()
Obtains the current
JapaneseDate from the system clock in the default time-zone.
|
static JapaneseDate |
JapaneseDate.now(Clock
Obtains the current
JapaneseDate from the specified clock.
|
static JapaneseDate |
JapaneseDate.now(ZoneId
Obtains the current
JapaneseDate from the system clock in the specified time-zone.
|
static JapaneseDate |
JapaneseDate.of(int prolepticYear, int month, int dayOfMonth)
Obtains a
JapaneseDate representing a date in the Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
|
static JapaneseDate |
JapaneseDate.of(JapaneseEra
Obtains a
JapaneseDate representing a date in the Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
|
JapaneseDate |
JapaneseDate.plus(long amountToAdd, TemporalUnit
|
JapaneseDate |
JapaneseDate.plus(TemporalAmount
Returns an object of the same type as this object with an amount added.
|
JapaneseDate |
JapaneseChronology.resolveDate(Map
|
JapaneseDate |
JapaneseDate.with(TemporalAdjuster
Returns an adjusted object of the same type as this object with the adjustment made.
|
JapaneseDate |
JapaneseDate.with(TemporalField
|
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDateTime |
JapaneseDate.atTime(LocalTime
|
ChronoLocalDateTime |
JapaneseChronology.localDateTime(TemporalAccessor
|
ChronoZonedDateTime |
JapaneseChronology.zonedDateTime(Instant
|
ChronoZonedDateTime |
JapaneseChronology.zonedDateTime(TemporalAccessor
|