Package com.aspose.tasks
Class ByMonthDayRepetition
- java.lang.Object
-
- com.aspose.tasks.MonthlyRepetitionBase
-
- com.aspose.tasks.ByMonthDayRepetition
-
public class ByMonthDayRepetition extends MonthlyRepetitionBase
Represents a pattern which is based on the absolute position of a day in a month.
-
-
Constructor Summary
Constructors Constructor Description ByMonthDayRepetition()
Initializes a new instance of theByMonthDayRepetition
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.aspose.tasks.MonthlyRepetitionBase
getCalculator, getRepetitionInterval, getValidator, setRepetitionInterval
-
-
-
-
Constructor Detail
-
ByMonthDayRepetition
public ByMonthDayRepetition()
Initializes a new instance of the
ByMonthDayRepetition
class.
-
-
Method Detail
-
getDayPosition
public final int getDayPosition()
Gets a position of a day in a month on which the task must be recurring.
- Returns:
- a position of a day in a month on which the task must be recurring.
-
setDayPosition
public final void setDayPosition(int value)
Sets a position of a day in a month on which the task must be recurring.
- Parameters:
value
- a position of a day in a month on which the task must be recurring.
-
-