Uses of Class
java.time.chrono.HijrahDate
Packages that use HijrahDate
-
Uses of HijrahDate in java.time.chrono
Methods in java.time.chrono that return HijrahDateModifier and TypeMethodDescriptionHijrahChronology.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.Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.HijrahChronology.date
(TemporalAccessor temporal) HijrahChronology.dateEpochDay
(long epochDay) Obtains a local date in the Hijrah calendar system from the epoch-day.HijrahChronology.dateNow()
HijrahChronology.dateYearDay
(int prolepticYear, int dayOfYear) Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.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 aHijrahDate
of the Islamic Umm Al-Qura calendar from a temporal object.HijrahDate.minus
(long amountToSubtract, TemporalUnit unit) HijrahDate.minus
(TemporalAmount amount) Returns an object of the same type as this object with an amount subtracted.static HijrahDate
HijrahDate.now()
Obtains the currentHijrahDate
of the Islamic Umm Al-Qura calendar in the default time-zone.static HijrahDate
Obtains the currentHijrahDate
of the Islamic Umm Al-Qura calendar from the specified clock.static HijrahDate
Obtains the currentHijrahDate
of the Islamic Umm Al-Qura calendar in the specified time-zone.static HijrahDate
HijrahDate.of
(int prolepticYear, int month, int dayOfMonth) Obtains aHijrahDate
of the Islamic Umm Al-Qura calendar from the proleptic-year, month-of-year and day-of-month fields.HijrahDate.plus
(long amountToAdd, TemporalUnit unit) HijrahDate.plus
(TemporalAmount amount) Returns an object of the same type as this object with an amount added.HijrahChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) HijrahDate.with
(TemporalAdjuster adjuster) Returns an adjusted object of the same type as this object with the adjustment made.HijrahDate.with
(TemporalField field, long newValue) HijrahDate.withVariant
(HijrahChronology chronology) Returns aHijrahDate
with the Chronology requested.Methods in java.time.chrono that return types with arguments of type HijrahDateModifier and TypeMethodDescriptionfinal ChronoLocalDateTime<HijrahDate>
HijrahChronology.localDateTime
(TemporalAccessor temporal) HijrahChronology.zonedDateTime
(Instant instant, ZoneId zone) HijrahChronology.zonedDateTime
(TemporalAccessor temporal)