Package com.aspose.tasks
Class ByMonthWeekDayRepetition
- java.lang.Object
-
- com.aspose.tasks.MonthlyRepetitionBase
-
- com.aspose.tasks.ByMonthWeekDayRepetition
-
public class ByMonthWeekDayRepetition extends MonthlyRepetitionBase
Represents a pattern which is based on the position of weekday in a month.
-
-
Constructor Summary
Constructors Constructor Description ByMonthWeekDayRepetition()
Initializes a new instance of theByMonthWeekDayRepetition
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
Gets a position of weekday in a month on which the task must be recurring.int
getWeekDay()
Gets a type of weekday on which the task must be recurring.void
setPosition(int value)
Sets a position of weekday in a month on which the task must be recurring.void
setWeekDay(int value)
Sets a type of weekday on which the task must be recurring.-
Methods inherited from class com.aspose.tasks.MonthlyRepetitionBase
getCalculator, getRepetitionInterval, getValidator, setRepetitionInterval
-
-
-
-
Constructor Detail
-
ByMonthWeekDayRepetition
public ByMonthWeekDayRepetition()
Initializes a new instance of the
ByMonthWeekDayRepetition
class.
-
-
Method Detail
-
getPosition
public final int getPosition()
Gets a position of weekday in a month on which the task must be recurring.
Read/WriteOrdinalNumber
.- Returns:
- a position of weekday in a month on which the task must be recurring.
-
setPosition
public final void setPosition(int value)
Sets a position of weekday in a month on which the task must be recurring.
Read/WriteOrdinalNumber
.- Parameters:
value
- a position of weekday in a month on which the task must be recurring.
-
getWeekDay
public final int getWeekDay()
Gets a type of weekday on which the task must be recurring.
Read/WriteDayOfWeek
.- Returns:
- a type of weekday on which the task must be recurring.
-
setWeekDay
public final void setWeekDay(int value)
Sets a type of weekday on which the task must be recurring.
Read/WriteDayOfWeek
.- Parameters:
value
- a type of weekday on which the task must be recurring.
-
-