Uses of Class
org.threeten.bp.chrono.HijrahDate
Packages that use HijrahDate
-
Uses of HijrahDate in org.threeten.bp.chrono
Methods in org.threeten.bp.chrono that return HijrahDateModifier and TypeMethodDescriptionHijrahChronology.date(int prolepticYear, int month, int dayOfMonth)
HijrahChronology.date(TemporalAccessor temporal)
HijrahChronology.dateEpochDay(long epochDay)
HijrahChronology.dateNow()
HijrahChronology.dateYearDay(int prolepticYear, int dayOfYear)
HijrahChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
static HijrahDate
HijrahDate.from(TemporalAccessor temporal)
Obtains aHijrahDate
of the Islamic Umm Al-Qura calendar from a temporal object.HijrahDate.minus(long amountToAdd, TemporalUnit unit)
HijrahDate.minus(TemporalAmount amount)
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 monthOfYear, int dayOfMonth)
Obtains an instance ofHijrahDate
from the Hijrah era year, month-of-year and day-of-month.HijrahDate.plus(long amountToAdd, TemporalUnit unit)
HijrahDate.plus(TemporalAmount amount)
HijrahChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
HijrahDate.with(TemporalAdjuster adjuster)
HijrahDate.with(TemporalField field, long newValue)
Methods in org.threeten.bp.chrono that return types with arguments of type HijrahDateModifier and TypeMethodDescriptionHijrahChronology.localDateTime(TemporalAccessor temporal)
HijrahChronology.zonedDateTime(Instant instant, ZoneId zone)
HijrahChronology.zonedDateTime(TemporalAccessor temporal)