WeeklyRecurrencePattern

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

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

Methods

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

ParameterTypeDescription
valueWeeklyRepetitionBasethe recurring repetition pattern.