| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<HijriMonth,HijriCalendar> |
HijriCalendar.MONTH_OF_YEAR
Represents the islamic month.
|
| Modifier and Type | Method and Description |
|---|---|
HijriMonth |
HijriCalendar.getMonth()
Yields the islamic month.
|
static HijriMonth |
HijriMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical
value.
|
static HijriMonth |
HijriMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HijriMonth[] |
HijriMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2014–2021. All rights reserved.