Uses of Enum Class
net.time4j.calendar.HijriMonth
-
Uses of HijriMonth in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<HijriMonth,HijriCalendar>
HijriCalendar.MONTH_OF_YEAR
Represents the islamic month.Modifier 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.Modifier 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.