YearlyRecurrencePattern

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

ConstructorDescription
YearlyRecurrencePattern()Initializes a new instance of the YearlyRecurrencePattern class.

Methods

MethodDescription
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:

ParameterTypeDescription
valueYearlyRepetitionBasethe recurring position pattern.