| Package | Description |
|---|---|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| Modifier and Type | Method and Description |
|---|---|
HijrahDate |
HijrahChronology.date(Era
Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.
|
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(TemporalAccessor
|
HijrahDate |
HijrahChronology.dateEpochDay(long epochDay)
Obtains a local date in the Hijrah calendar system from the epoch-day.
|
HijrahDate |
HijrahChronology.dateNow()
|
HijrahDate |
HijrahChronology.dateNow(Clock
|
HijrahDate |
HijrahChronology.dateNow(ZoneId
|
HijrahDate |
HijrahChronology.dateYearDay(Era
Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.
|
HijrahDate |
HijrahChronology.dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.
|
static HijrahDate |
HijrahDate.from(TemporalAccessor
Obtains a
HijrahDate of the Islamic Umm Al-Qura calendar from a temporal object.
|
HijrahDate |
HijrahDate.minus(long amountToSubtract, TemporalUnit
|
HijrahDate |
HijrahDate.minus(TemporalAmount
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
Obtains the current
HijrahDate of the Islamic Umm Al-Qura calendar from the specified clock.
|
static HijrahDate |
HijrahDate.now(ZoneId
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(long amountToAdd, TemporalUnit
|
HijrahDate |
HijrahDate.plus(TemporalAmount
Returns an object of the same type as this object with an amount added.
|
HijrahDate |
HijrahChronology.resolveDate(Map
|
HijrahDate |
HijrahDate.with(TemporalAdjuster
Returns an adjusted object of the same type as this object with the adjustment made.
|
HijrahDate |
HijrahDate.with(TemporalField
|
HijrahDate |
HijrahDate.withVariant(HijrahChronology
Returns a
HijrahDate with the Chronology requested.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDateTime |
HijrahDate.atTime(LocalTime
|
ChronoLocalDateTime |
HijrahChronology.localDateTime(TemporalAccessor
|
ChronoZonedDateTime |
HijrahChronology.zonedDateTime(Instant
|
ChronoZonedDateTime |
HijrahChronology.zonedDateTime(TemporalAccessor
|