Package | Description |
---|---|
biweekly.util |
Modifier and Type | Method and Description |
---|---|
Recurrence.DayOfWeek |
Recurrence.ByDay.getDay() |
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 |
---|---|
Recurrence.Builder |
Recurrence.Builder.byDay(Integer num,
Recurrence.DayOfWeek day)
Adds a BYDAY rule part.
|
Recurrence.Builder |
Recurrence.Builder.byDay(Recurrence.DayOfWeek... days)
Adds one or more BYDAY rule parts.
|
static com.google.ical.values.Weekday |
Google2445Utils.convert(Recurrence.DayOfWeek day)
Converts a biweekly
Recurrence.DayOfWeek object to a google-rfc-2445
Weekday object. |
Recurrence.Builder |
Recurrence.Builder.workweekStarts(Recurrence.DayOfWeek day)
Sets the day that the work week starts.
|
Modifier and Type | Method and Description |
---|---|
Recurrence.Builder |
Recurrence.Builder.byDay(Collection<Recurrence.DayOfWeek> days)
Adds one or more BYDAY rule parts.
|
Constructor and Description |
---|
Recurrence.ByDay(Integer num,
Recurrence.DayOfWeek day) |
Recurrence.ByDay(Recurrence.DayOfWeek day) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.