|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WeekDay | |
|---|---|
| com.antelmann.calendar | This package contains classes for implementing calendar and time related solutions. |
| Uses of WeekDay in com.antelmann.calendar |
|---|
| Methods in com.antelmann.calendar that return WeekDay | |
|---|---|
static WeekDay |
WeekDay.fromDate(Date date)
|
static WeekDay |
WeekDay.fromDate(Date date,
Calendar cal)
|
static WeekDay |
WeekDay.fromInt(int weekDay)
|
static WeekDay |
WeekDay.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WeekDay[] |
WeekDay.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||