Generic API for calendar systems other than the default ISO.
-
MinguoChronology.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.
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.
Obtains a local date in the Minguo calendar system from the epoch-day.
MinguoChronology.dateYearDay(int prolepticYear,
int dayOfYear)
Obtains a local date in Minguo calendar system from the
proleptic-year and day-of-year fields.
Obtains a local date in Minguo calendar system from the
era, year-of-era and day-of-year fields.
Obtains a MinguoDate
from a temporal object.
Returns an object of the same type as this object with an amount subtracted.
Obtains the current MinguoDate
from the system clock in the default time-zone.
Obtains the current MinguoDate
from the specified clock.
Obtains the current MinguoDate
from the system clock in the specified time-zone.
MinguoDate.of(int prolepticYear,
int month,
int dayOfMonth)
Obtains a MinguoDate
representing a date in the Minguo calendar
system from the proleptic-year, month-of-year and day-of-month fields.
Returns an object of the same type as this object with an amount added.
Returns an adjusted object of the same type as this object with the adjustment made.