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