| Package | Description |
|---|---|
| net.time4j.calendar.bahai |
Support for the Badi calendar.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<BadiMonth,BadiCalendar> |
BadiCalendar.MONTH_OF_YEAR
Represents the month if available.
|
| Modifier and Type | Method and Description |
|---|---|
BadiMonth |
BadiCalendar.getMonth()
Yields the Badi month if available.
|
static BadiMonth |
BadiMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.
|
static BadiMonth |
BadiMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BadiMonth[] |
BadiMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BadiCalendar |
BadiCalendar.of(int vahid,
int yearOfVahid,
BadiMonth month,
int day)
Creates a new instance of a Badi calendar date in first major cycle (gregorian years 1844-2204).
|
Copyright © 2014–2021. All rights reserved.