Package | Description |
---|---|
biweekly.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Recurrence.DayOfWeek> |
Recurrence.getByDay()
Gets the day components of the BYDAY rule part.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.