public class WeeklyRecurrencePattern extends RecurrencePatternBase
Represents the set of parameters are used to create a weekly recurring task in a project.
Constructor and Description |
---|
WeeklyRecurrencePattern()
Initializes a new instance of the
WeeklyRecurrencePattern class. |
Modifier and Type | Method and Description |
---|---|
WeeklyRepetitionBase |
getRepetition()
Gets the recurring repetition pattern.
|
void |
setRepetition(WeeklyRepetitionBase value)
Sets the recurring repetition pattern.
|
getRecurrenceRange, setRecurrenceRange
public WeeklyRecurrencePattern()
Initializes a new instance of the WeeklyRecurrencePattern
class.
public final WeeklyRepetitionBase getRepetition()
Gets the recurring repetition pattern.
public final void setRepetition(WeeklyRepetitionBase value)
Sets the recurring repetition pattern.
value
- the recurring repetition pattern.