Package com.aspose.tasks
Class ByYearWeekDayRepetition
- java.lang.Object
-
- com.aspose.tasks.YearlyRepetitionBase
-
- com.aspose.tasks.ByYearWeekDayRepetition
-
public class ByYearWeekDayRepetition extends YearlyRepetitionBase
Represents a pattern which is based on position of a weekday in a month.
-
-
Constructor Summary
Constructors Constructor Description ByYearWeekDayRepetition()
Initializes a new instance of theByYearWeekDayRepetition
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMonth()
Gets a month on which the task must be recurring.int
getPosition()
Gets a position of the day in a week of a month on which the task must be recurring.int
getWeekDay()
Gets a type of week day on which the task must be recurring.void
setMonth(int value)
Sets a month on which the task must be recurring.void
setPosition(int value)
Sets a position of the day in a week of a month on which the task must be recurring.void
setWeekDay(int value)
Sets a type of week day on which the task must be recurring.-
Methods inherited from class com.aspose.tasks.YearlyRepetitionBase
getCalculator, getValidator
-
-
-
-
Constructor Detail
-
ByYearWeekDayRepetition
public ByYearWeekDayRepetition()
Initializes a new instance of the
ByYearWeekDayRepetition
class.
-
-
Method Detail
-
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.
-
getPosition
public final int getPosition()
Gets a position of the day in a week of a month on which the task must be recurring.
Read/WriteOrdinalNumber
.- Returns:
- a position of the day in a week of a month on which the task must be recurring.
-
setPosition
public final void setPosition(int value)
Sets a position of the day in a week of a month on which the task must be recurring.
Read/WriteOrdinalNumber
.- Parameters:
value
- a position of the day in a week of a month on which the task must be recurring.
-
getWeekDay
public final int getWeekDay()
Gets a type of week day on which the task must be recurring.
Read/WriteDayOfWeek
.- Returns:
- a type of week day on which the task must be recurring.
-
setWeekDay
public final void setWeekDay(int value)
Sets a type of week day on which the task must be recurring.
Read/WriteDayOfWeek
.- Parameters:
value
- a type of week day on which the task must be recurring.
-
-