| Modifier and Type | Method and Description |
|---|---|
static MonthPersian |
MonthPersian.getEnum(int value) |
MonthPersian |
JalaliDate.getMonthPersian() |
static MonthPersian |
MonthPersian.of(int month)
Obtains an instance of
MonthPersian from an int value. |
static MonthPersian |
MonthPersian.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonthPersian[] |
MonthPersian.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
DateConverter.jalaliToGregorian(int year,
MonthPersian month,
int day)
converts jalali date based on input arguments to gregorian date.
|
protected void |
JalaliDate.setMonthPersian(MonthPersian monthPersian) |
Copyright © 2018. All rights reserved.