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