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