ByYearDayRepetition

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

public class ByYearDayRepetition extends YearlyRepetitionBase

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

Constructors

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

Methods

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

ByYearDayRepetition()

public ByYearDayRepetition()

Initializes a new instance of the ByYearDayRepetition class.

getDayPosition()

public final int getDayPosition()

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

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

getMonth()

public final int getMonth()

Gets a month on which the task must be recurring.

Read/Write Month .

Returns: int - a month on which the task must be recurring.

setDayPosition(int value)

public final void setDayPosition(int value)

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

Parameters:

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

setMonth(int value)

public final void setMonth(int value)

Sets a month on which the task must be recurring.

Read/Write Month .

Parameters:

ParameterTypeDescription
valueinta month on which the task must be recurring.