HijrahDate |
HijrahChronology.date(int prolepticYear,
int month,
int dayOfMonth) |
|
HijrahDate |
HijrahChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth) |
|
HijrahDate |
HijrahChronology.date(TemporalAccessor temporal) |
|
HijrahDate |
HijrahChronology.dateEpochDay(long epochDay) |
|
HijrahDate |
HijrahChronology.dateNow() |
|
HijrahDate |
HijrahChronology.dateNow(Clock clock) |
|
HijrahDate |
HijrahChronology.dateNow(ZoneId zone) |
|
HijrahDate |
HijrahChronology.dateYearDay(int prolepticYear,
int dayOfYear) |
|
HijrahDate |
HijrahChronology.dateYearDay(Era era,
int yearOfEra,
int dayOfYear) |
|
static HijrahDate |
HijrahDate.from(TemporalAccessor temporal) |
Obtains a HijrahDate of the Islamic Umm Al-Qura calendar from a temporal object.
|
HijrahDate |
HijrahDate.minus(long amountToAdd,
TemporalUnit unit) |
|
HijrahDate |
HijrahDate.minus(TemporalAmount amount) |
|
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 monthOfYear,
int dayOfMonth) |
Obtains an instance of HijrahDate from the Hijrah era year,
month-of-year and day-of-month.
|
(package private) static HijrahDate |
HijrahDate.of(HijrahEra era,
int yearOfEra,
int monthOfYear,
int dayOfMonth) |
Obtains an instance of HijrahDate from the era, year-of-era
month-of-year and day-of-month.
|
(package private) static HijrahDate |
HijrahDate.of(LocalDate date) |
Obtains an instance of HijrahDate from a date.
|
(package private) static HijrahDate |
HijrahDate.ofEpochDay(long epochDay) |
|
HijrahDate |
HijrahDate.plus(long amountToAdd,
TemporalUnit unit) |
|
HijrahDate |
HijrahDate.plus(TemporalAmount amount) |
|
(package private) HijrahDate |
HijrahDate.plusDays(long days) |
|
(package private) HijrahDate |
HijrahDate.plusMonths(long months) |
|
(package private) HijrahDate |
HijrahDate.plusYears(long years) |
|
HijrahDate |
HijrahChronology.resolveDate(java.util.Map<TemporalField,java.lang.Long> fieldValues,
ResolverStyle resolverStyle) |
|
private static HijrahDate |
HijrahDate.resolvePreviousValid(int yearOfEra,
int month,
int day) |
|
HijrahDate |
HijrahDate.with(TemporalAdjuster adjuster) |
|
HijrahDate |
HijrahDate.with(TemporalField field,
long newValue) |
|