Package com.aspose.tasks
Class WeeklyRepetition
- java.lang.Object
-
- com.aspose.tasks.WeeklyRepetitionBase
-
- com.aspose.tasks.WeeklyRepetition
-
public class WeeklyRepetition extends WeeklyRepetitionBase
Represents a pattern which is based on weekdays.
-
-
Constructor Summary
Constructors Constructor Description WeeklyRepetition()
Initializes a new instance of theWeeklyRepetition
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getWeekDays()
Gets a type of weekdays.void
setWeekDays(int value)
Sets a type of weekdays.-
Methods inherited from class com.aspose.tasks.WeeklyRepetitionBase
getCalculator, getRepetitionInterval, getValidator, setRepetitionInterval
-
-
-
-
Constructor Detail
-
WeeklyRepetition
public WeeklyRepetition()
Initializes a new instance of the
WeeklyRepetition
class.
-
-