public class WeeklyRepetition extends WeeklyRepetitionBase
Represents a pattern which is based on weekdays.
Constructor and Description |
---|
WeeklyRepetition()
Initializes a new instance of the
WeeklyRepetition class. |
Modifier and Type | Method and Description |
---|---|
int |
getWeekDays()
Gets a type of weekdays.
|
void |
setWeekDays(int value)
Sets a type of weekdays.
|
getCalculator, getCalendar, getRepetitionInterval, getValidator, setRepetitionInterval
public WeeklyRepetition()
Initializes a new instance of the WeeklyRepetition
class.