Uses of Enum Class
net.time4j.calendar.HijriMonth
Packages that use HijriMonth
-
Uses of HijriMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type HijriMonthModifier and TypeFieldDescriptionstatic StdCalendarElement<HijriMonth,HijriCalendar>HijriCalendar.MONTH_OF_YEARRepresents the islamic month.Methods in net.time4j.calendar that return HijriMonthModifier and TypeMethodDescriptionHijriCalendar.getMonth()Yields the islamic month.static HijriMonthHijriMonth.valueOf(int month)Gets the enum-constant which corresponds to the given numerical value.static HijriMonthReturns the enum constant of this class with the specified name.static HijriMonth[]HijriMonth.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar with parameters of type HijriMonthModifier and TypeMethodDescriptionstatic HijriCalendarHijriCalendar.of(String variant, int hyear, HijriMonth hmonth, int hdom)Creates a new instance of a Hijri calendar date in given variant.static HijriCalendarHijriCalendar.of(VariantSource variantSource, int hyear, HijriMonth hmonth, int hdom)Creates a new instance of a Hijri calendar date in given variant.static HijriCalendarHijriCalendar.ofUmalqura(int hyear, HijriMonth hmonth, int hdom)Creates a new instance of a Hijri calendar date in the variant "islamic-umalqura" used in Saudi-Arabia.