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