| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<PersianMonth,PersianCalendar> |
PersianCalendar.MONTH_OF_YEAR
Represents the Persian month.
|
| Modifier and Type | Method and Description |
|---|---|
PersianMonth |
PersianCalendar.getMonth()
Yields the Persian month.
|
static PersianMonth |
PersianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.
|
static PersianMonth |
PersianMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersianMonth[] |
PersianMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PersianCalendar |
PersianCalendar.of(int pyear,
PersianMonth pmonth,
int pdom)
Creates a new instance of a Persian calendar date.
|
Copyright © 2014–2021. All rights reserved.