Package com.aspose.tasks
Class MonthlyRecurrencePattern
- java.lang.Object
-
- com.aspose.tasks.RecurrencePatternBase
-
- com.aspose.tasks.MonthlyRecurrencePattern
-
public class MonthlyRecurrencePattern extends RecurrencePatternBase
Represents the set of parameters are used to create a monthly recurring task in a project.
-
-
Constructor Summary
Constructors Constructor Description MonthlyRecurrencePattern()
Initializes a new instance of theMonthlyRecurrencePattern
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonthlyRepetitionBase
getRepetition()
Gets the recurring repetition pattern.void
setRepetition(MonthlyRepetitionBase value)
Sets the recurring repetition pattern.-
Methods inherited from class com.aspose.tasks.RecurrencePatternBase
getRecurrenceRange, setRecurrenceRange
-
-
-
-
Constructor Detail
-
MonthlyRecurrencePattern
public MonthlyRecurrencePattern()
Initializes a new instance of the
MonthlyRecurrencePattern
class.
-
-
Method Detail
-
getRepetition
public final MonthlyRepetitionBase getRepetition()
Gets the recurring repetition pattern.
- Returns:
- the recurring repetition pattern.
-
setRepetition
public final void setRepetition(MonthlyRepetitionBase value)
Sets the recurring repetition pattern.
- Parameters:
value
- the recurring repetition pattern.
-
-