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_YEAR
Represents the islamic month.Methods in net.time4j.calendar that return HijriMonthModifier and TypeMethodDescriptionHijriCalendar.getMonth()
Yields the islamic month.static HijriMonth
HijriMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static HijriMonth
Returns 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 HijriCalendar
HijriCalendar.of(String variant, int hyear, HijriMonth hmonth, int hdom)
Creates a new instance of a Hijri calendar date in given variant.static HijriCalendar
HijriCalendar.of(VariantSource variantSource, int hyear, HijriMonth hmonth, int hdom)
Creates a new instance of a Hijri calendar date in given variant.static HijriCalendar
HijriCalendar.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.