|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Recurrence.DayOfWeek | |
---|---|
biweekly.util |
Uses of Recurrence.DayOfWeek in biweekly.util |
---|
Methods in biweekly.util that return Recurrence.DayOfWeek | |
---|---|
Recurrence.DayOfWeek |
Recurrence.getWorkweekStarts()
Gets the day that the work week starts. |
static Recurrence.DayOfWeek |
Recurrence.DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Recurrence.DayOfWeek |
Recurrence.DayOfWeek.valueOfAbbr(String abbr)
Gets a day by its abbreviation. |
static Recurrence.DayOfWeek[] |
Recurrence.DayOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in biweekly.util that return types with arguments of type Recurrence.DayOfWeek | |
---|---|
List<Recurrence.DayOfWeek> |
Recurrence.getByDay()
Gets the day components of the BYDAY rule part. |
Methods in biweekly.util with parameters of type Recurrence.DayOfWeek | |
---|---|
Recurrence.Builder |
Recurrence.Builder.byDay(Integer prefix,
Recurrence.DayOfWeek byDay)
Adds a BYDAY rule part. |
Recurrence.Builder |
Recurrence.Builder.byDay(Recurrence.DayOfWeek byDay)
Adds a BYDAY rule part. |
Recurrence.Builder |
Recurrence.Builder.workweekStarts(Recurrence.DayOfWeek workweekStarts)
Sets the day that the work week starts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |