public enum Month
Month value is 3 letter shortcut
| Modifier and Type | Class and Description |
|---|---|
static class |
Month.Companion |
| Enum Constant and Description |
|---|
APRIL |
AUGUST |
DECEMBER |
FEBRUARY |
JANUARY |
JULY |
JUNE |
MARCH |
MAY |
NOVEMBER |
OCTOBER |
SEPTEMBER |
| Modifier and Type | Field and Description |
|---|---|
static Month.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
public static Month JANUARY
public static Month FEBRUARY
public static Month MARCH
public static Month APRIL
public static Month MAY
public static Month JUNE
public static Month JULY
public static Month AUGUST
public static Month SEPTEMBER
public static Month OCTOBER
public static Month NOVEMBER
public static Month DECEMBER
public static Month.Companion Companion