|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Months in de.laliluna.date |
|---|
| Methods in de.laliluna.date that return Months | |
|---|---|
static Months |
Months.valueOf(int monthValue)
Returns the month enum corresponding to the value of monthValue
1 corresponds to JAN, 2 to FEB, ... |
static Months |
Months.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Months[] |
Months.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.laliluna.date with parameters of type Months | |
|---|---|
Date |
Date.setMonth(Months month)
|
| Constructors in de.laliluna.date with parameters of type Months | |
|---|---|
Date(int year,
Months month,
int day)
|
|
Date(int year,
Months month,
int day,
int hour,
int minute)
|
|
Date(int year,
Months month,
int day,
int hour,
int minute,
int second)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||