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