public class YearlyRecurrencePattern extends RecurrencePatternBase
Represents the set of parameters are used to create a yearly recurring task in a project.
Constructor and Description |
---|
YearlyRecurrencePattern()
Initializes a new instance of the
YearlyRecurrencePattern class. |
Modifier and Type | Method and Description |
---|---|
YearlyRepetitionBase |
getRepetition()
Gets the recurring position pattern.
|
void |
setRepetition(YearlyRepetitionBase value)
Sets the recurring position pattern.
|
getRecurrenceRange, setRecurrenceRange
public YearlyRecurrencePattern()
Initializes a new instance of the YearlyRecurrencePattern
class.
public final YearlyRepetitionBase getRepetition()
Gets the recurring position pattern.
public final void setRepetition(YearlyRepetitionBase value)
Sets the recurring position pattern.
value
- the recurring position pattern.