WeeklyRepetition
Inheritance: java.lang.Object, com.aspose.tasks.WeeklyRepetitionBase
public class WeeklyRepetition extends WeeklyRepetitionBase
Represents a pattern which is based on weekdays.
Constructors
Constructor | Description |
---|---|
WeeklyRepetition() | Initializes a new instance of the WeeklyRepetition class. |
Methods
Method | Description |
---|---|
getWeekDays() | Gets a type of weekdays. |
setWeekDays(int value) | Sets a type of weekdays. |
WeeklyRepetition()
public WeeklyRepetition()
Initializes a new instance of the WeeklyRepetition class.
getWeekDays()
public final int getWeekDays()
Gets a type of weekdays.
Read/Write WeekdayType
.
Returns: int - a type of weekdays.
setWeekDays(int value)
public final void setWeekDays(int value)
Sets a type of weekdays.
Read/Write WeekdayType
.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | a type of weekdays. |