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