ByMonthDayRepetition

Inheritance: java.lang.Object, com.aspose.tasks.MonthlyRepetitionBase

public class ByMonthDayRepetition extends MonthlyRepetitionBase

Represents a pattern which is based on the absolute position of a day in a month.

Constructors

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

Methods

MethodDescription
getDayPosition()Gets a position of a day in a month on which the task must be recurring.
setDayPosition(int value)Sets a position of a day in a month on which the task must be recurring.

ByMonthDayRepetition()

public ByMonthDayRepetition()

Initializes a new instance of the ByMonthDayRepetition class.

getDayPosition()

public final int getDayPosition()

Gets a position of a day in a month on which the task must be recurring.

Returns: int - a position of a day in a month on which the task must be recurring.

setDayPosition(int value)

public final void setDayPosition(int value)

Sets a position of a day in a month on which the task must be recurring.

Parameters:

ParameterTypeDescription
valueinta position of a day in a month on which the task must be recurring.