Uses of Class
java.time.chrono.JapaneseDate
Packages that use JapaneseDate
-
Uses of JapaneseDate in java.time.chrono
Methods in java.time.chrono that return JapaneseDateModifier and TypeMethodDescriptionJapaneseChronology.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.Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseChronology.date
(TemporalAccessor temporal) JapaneseChronology.dateEpochDay
(long epochDay) Obtains a local date in the Japanese calendar system from the epoch-day.JapaneseChronology.dateNow()
JapaneseChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.JapaneseChronology.dateYearDay
(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.static JapaneseDate
JapaneseDate.from
(TemporalAccessor temporal) Obtains aJapaneseDate
from a temporal object.JapaneseDate.minus
(long amountToAdd, TemporalUnit unit) JapaneseDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.static JapaneseDate
JapaneseDate.now()
Obtains the currentJapaneseDate
from the system clock in the default time-zone.static JapaneseDate
Obtains the currentJapaneseDate
from the specified clock.static JapaneseDate
Obtains the currentJapaneseDate
from the system clock in the specified time-zone.static JapaneseDate
JapaneseDate.of
(int prolepticYear, int month, int dayOfMonth) Obtains aJapaneseDate
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 era, int yearOfEra, int month, int dayOfMonth) Obtains aJapaneseDate
representing a date in the Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseDate.plus
(long amountToAdd, TemporalUnit unit) JapaneseDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.JapaneseChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) JapaneseDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.JapaneseDate.with
(TemporalField field, long newValue) Methods in java.time.chrono that return types with arguments of type JapaneseDateModifier and TypeMethodDescriptionfinal ChronoLocalDateTime<JapaneseDate>
JapaneseChronology.localDateTime
(TemporalAccessor temporal) JapaneseChronology.zonedDateTime
(Instant instant, ZoneId zone) JapaneseChronology.zonedDateTime
(TemporalAccessor temporal)