| Modifier and Type | Method and Description |
|---|---|
PersianMonth |
PersianDate.getMonth() |
PersianMonth |
PersianMonth.minus(long months)
Returns a month-of-year that is
months before current month. |
PersianMonth |
PersianMonth.plus(long months)
Returns a month-of-year that is
months after current month. |
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 PersianDate |
PersianDate.of(int year,
PersianMonth month,
int dayOfMonth)
Obtains an instance of
PersianDate with year, month, day of month, hour,
minute and second. |
Copyright © 2017. All rights reserved.