Generic API for calendar systems other than the default ISO.
-
HijrahChronology.date(int prolepticYear,
int month,
int dayOfMonth)
Obtains a local date in Hijrah calendar system from the
proleptic-year, month-of-year and day-of-month fields.
HijrahChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Hijrah calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
Obtains a local date in the Hijrah calendar system from the epoch-day.
HijrahChronology.dateYearDay(int prolepticYear,
int dayOfYear)
Obtains a local date in Hijrah calendar system from the
proleptic-year and day-of-year fields.
Obtains a local date in Hijrah calendar system from the
era, year-of-era and day-of-year fields.
Obtains a HijrahDate
of the Islamic Umm Al-Qura calendar from a temporal object.
Returns an object of the same type as this object with an amount subtracted.
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
in the default time-zone.
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
from the specified clock.
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
in the specified time-zone.
HijrahDate.of(int prolepticYear,
int month,
int dayOfMonth)
Obtains a HijrahDate
of the Islamic Umm Al-Qura calendar
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.
Returns a HijrahDate
with the Chronology requested.