public class ByYearDayRepetition extends YearlyRepetitionBase
Represents a pattern which is based on the absolute position of a day in a month.
Constructor and Description |
---|
ByYearDayRepetition()
Initializes a new instance of the
ByYearDayRepetition class. |
Modifier and Type | Method and Description |
---|---|
int |
getDayPosition()
Gets a position of day in a month on which the task must be recurring.
|
int |
getMonth()
Gets a month on which the task must be recurring.
|
void |
setDayPosition(int value)
Sets a position of day in a month on which the task must be recurring.
|
void |
setMonth(int value)
Sets a month on which the task must be recurring.
|
getCalculator, getCalendar, getValidator
public ByYearDayRepetition()
Initializes a new instance of the ByYearDayRepetition
class.
public final int getDayPosition()
Gets a position of day in a month on which the task must be recurring.
public final void setDayPosition(int value)
Sets a position of day in a month on which the task must be recurring.
value
- a position of day in a month on which the task must be recurring.public final int getMonth()
Gets a month on which the task must be recurring.
Read/WriteMonth
.public final void setMonth(int value)
Sets a month on which the task must be recurring.
Read/WriteMonth
.value
- a month on which the task must be recurring.