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