| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Method and Description |
|---|---|
static HijriCalendar.Unit |
HijriCalendar.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HijriCalendar.Unit[] |
HijriCalendar.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HijriCalendar |
HijriCalendar.minus(int amount,
HijriCalendar.Unit unit)
Subtracts given calendrical units from this instance.
|
HijriCalendar |
HijriCalendar.plus(int amount,
HijriCalendar.Unit unit)
Adds given calendrical units to this instance.
|
Copyright © 2014–2021. All rights reserved.