MonthlyRecurrencePattern
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.RecurrencePatternBase
public class MonthlyRecurrencePattern extends RecurrencePatternBase
Represents the set of parameters are used to create a monthly recurring task in a project.
Constructors
| Constructor | Description |
|---|---|
| MonthlyRecurrencePattern() | Initializes a new instance of the MonthlyRecurrencePattern class. |
Methods
| Method | Description |
|---|---|
| getRepetition() | Gets the recurring repetition pattern. |
| setRepetition(MonthlyRepetitionBase value) | Sets the recurring repetition pattern. |
MonthlyRecurrencePattern()
public MonthlyRecurrencePattern()
Initializes a new instance of the MonthlyRecurrencePattern class.
getRepetition()
public final MonthlyRepetitionBase getRepetition()
Gets the recurring repetition pattern.
Returns: MonthlyRepetitionBase - the recurring repetition pattern.
setRepetition(MonthlyRepetitionBase value)
public final void setRepetition(MonthlyRepetitionBase value)
Sets the recurring repetition pattern.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | MonthlyRepetitionBase | the recurring repetition pattern. |