HijrahDate |
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.
|
HijrahDate |
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.
|
HijrahDate |
HijrahChronology.dateEpochDay(long epochDay) |
Obtains a local date in the Hijrah calendar system from the epoch-day.
|
HijrahDate |
HijrahChronology.dateYearDay(int prolepticYear,
int dayOfYear) |
Obtains a local date in Hijrah calendar system from the
proleptic-year and day-of-year fields.
|
HijrahDate |
HijrahChronology.dateYearDay(Era era,
int yearOfEra,
int dayOfYear) |
Obtains a local date in Hijrah calendar system from the
era, year-of-era and day-of-year fields.
|
static HijrahDate |
HijrahDate.from(TemporalAccessor temporal) |
Obtains a HijrahDate of the Islamic Umm Al-Qura calendar from a temporal object.
|
HijrahDate |
HijrahDate.minus(TemporalAmount amount) |
Returns an object of the same type as this object with an amount subtracted.
|
static HijrahDate |
HijrahDate.now() |
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar
in the default time-zone.
|
static HijrahDate |
HijrahDate.now(Clock clock) |
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar
from the specified clock.
|
static HijrahDate |
HijrahDate.now(ZoneId zone) |
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar
in the specified time-zone.
|
static HijrahDate |
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.
|
HijrahDate |
HijrahDate.plus(TemporalAmount amount) |
Returns an object of the same type as this object with an amount added.
|
HijrahDate |
HijrahDate.with(TemporalAdjuster adjuster) |
Returns an adjusted object of the same type as this object with the adjustment made.
|
HijrahDate |
HijrahDate.withVariant(HijrahChronology chronology) |
Returns a HijrahDate with the Chronology requested.
|