public enum WeekDay
Day of week value is 3 letter shortcut
| Modifier and Type | Class and Description |
|---|---|
static class |
WeekDay.Companion |
| Enum Constant and Description |
|---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
| Modifier and Type | Field and Description |
|---|---|
static WeekDay.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
public static WeekDay MONDAY
public static WeekDay TUESDAY
public static WeekDay WEDNESDAY
public static WeekDay THURSDAY
public static WeekDay FRIDAY
public static WeekDay SATURDAY
public static WeekDay SUNDAY
public static WeekDay.Companion Companion