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 HijrahDateHijrahDate.from(TemporalAccessor temporal) Obtains aHijrahDateof the Islamic Umm Al-Qura calendar from a temporal object.HijrahDate.minus(long amountToAdd, TemporalUnit unit) HijrahDate.minus(TemporalAmount amount) static HijrahDateHijrahDate.now()Obtains the currentHijrahDateof the Islamic Umm Al-Qura calendar in the default time-zone.static HijrahDateObtains the currentHijrahDateof the Islamic Umm Al-Qura calendar from the specified clock.static HijrahDateObtains the currentHijrahDateof the Islamic Umm Al-Qura calendar in the specified time-zone.static HijrahDateHijrahDate.of(int prolepticYear, int monthOfYear, int dayOfMonth) Obtains an instance ofHijrahDatefrom 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)