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