-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
int |
getDailyRepetitions() |
Gets a number of repetitions for the daily recurrence pattern.
|
boolean |
getDailyUseWorkdays() |
Gets a value indicating whether to use workdays for the daily recurrence pattern.
|
Duration |
getDuration() |
Gets the duration for one occurrence of the recurring task.
|
Date |
getEndDate() |
Gets the date for the occurrences to end.
|
int |
getMonthlyDay() |
Gets a number of day of the monthly recurrence pattern.
|
int |
getMonthlyOrdinalDay() |
Gets a day of the monthly recurrence pattern when using ordinal day.
|
int |
getMonthlyOrdinalNumber() |
Gets an ordinal number of the monthly recurrence pattern.
|
int |
getMonthlyOrdinalRepetitions() |
Gets a number of repetitions for the monthly recurrence pattern when using ordinal day.
|
int |
getMonthlyRepetitions() |
Gets a number of repetitions for the monthly recurrence pattern.
|
boolean |
getMonthlyUseOrdinalDay() |
Gets a value indicating whether to use ordinal day for the monthly recurrence pattern.
|
int |
getOccurrences() |
Gets a number of occurrences of the recurring task.
|
int |
getRecurrencePattern() |
Gets a recurrence pattern of the recurring task.
|
Date |
getStartDate() |
Gets the date for the occurrences to begin.
|
Task |
getTask() |
|
boolean |
getUseEndDate() |
Gets a value indicating whether to use the end date or a number of occurrences for the recurring task.
|
int |
getWeeklyDays() |
Gets a collection of days used in the weekly recurrence pattern.
|
int |
getWeeklyRepetitions() |
Gets a number of repetitions for the weekly recurrence pattern.
|
Date |
getYearlyDate() |
Gets a date for the yearly recurrence pattern.
|
int |
getYearlyOrdinalDay() |
Gets a weekday of the yearly recurrence pattern when using ordinal day.
|
int |
getYearlyOrdinalMonth() |
Gets a month of the yearly recurrence pattern when using ordinal day.
|
int |
getYearlyOrdinalNumber() |
Gets an ordinal number of the yearly recurrence pattern.
|
boolean |
getYearlyUseOrdinalDay() |
Gets a value indicating whether to use ordinal day for the yearly recurrence pattern.
|
void |
setDailyRepetitions(int value) |
Sets a number of repetitions for the daily recurrence pattern.
|
void |
setDailyUseWorkdays(boolean value) |
Sets a value indicating whether to use workdays for the daily recurrence pattern.
|
void |
setDuration(Duration value) |
Sets the duration for one occurrence of the recurring task.
|
void |
setEndDate(Date value) |
Sets the date for the occurrences to end.
|
void |
setMonthlyDay(int value) |
Sets a number of day of the monthly recurrence pattern.
|
void |
setMonthlyOrdinalDay(int value) |
Sets a day of the monthly recurrence pattern when using ordinal day.
|
void |
setMonthlyOrdinalNumber(int value) |
Sets an ordinal number of the monthly recurrence pattern.
|
void |
setMonthlyOrdinalRepetitions(int value) |
Sets a number of repetitions for the monthly recurrence pattern when using ordinal day.
|
void |
setMonthlyRepetitions(int value) |
Sets a number of repetitions for the monthly recurrence pattern.
|
void |
setMonthlyUseOrdinalDay(boolean value) |
Sets a value indicating whether to use ordinal day for the monthly recurrence pattern.
|
void |
setOccurrences(int value) |
Sets a number of occurrences of the recurring task.
|
void |
setRecurrencePattern(int value) |
Sets a recurrence pattern of the recurring task.
|
void |
setStartDate(Date value) |
Sets the date for the occurrences to begin.
|
void |
setUseEndDate(boolean value) |
Sets a value indicating whether to use the end date or a number of occurrences for the recurring task.
|
void |
setWeeklyDays(int value) |
Sets a collection of days used in the weekly recurrence pattern.
|
void |
setWeeklyRepetitions(int value) |
Sets a number of repetitions for the weekly recurrence pattern.
|
void |
setYearlyDate(Date value) |
Sets a date for the yearly recurrence pattern.
|
void |
setYearlyOrdinalDay(int value) |
Sets a weekday of the yearly recurrence pattern when using ordinal day.
|
void |
setYearlyOrdinalMonth(int value) |
Sets a month of the yearly recurrence pattern when using ordinal day.
|
void |
setYearlyOrdinalNumber(int value) |
Sets an ordinal number of the yearly recurrence pattern.
|
void |
setYearlyUseOrdinalDay(boolean value) |
Sets a value indicating whether to use ordinal day for the yearly recurrence pattern.
|