Package com.aspose.tasks
Class WeeklyRepetitionBase
- java.lang.Object
-
- com.aspose.tasks.WeeklyRepetitionBase
-
- Direct Known Subclasses:
WeeklyRepetition
public abstract class WeeklyRepetitionBase extends Object
Represents a base class for repetitions in weekly recurrence pattern.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aspose.tasks.RecurrenceDateCalculatorBase
getCalculator(Calendar calendar, Duration duration)
int
getRepetitionInterval()
Gets a number of weeks which represents the interval in weeks between occurrences.com.aspose.tasks.RecurrencePatternValidatorBase
getValidator(Calendar calendar)
void
setRepetitionInterval(int value)
Sets a number of weeks which represents the interval in weeks between occurrences.
-
-
-
Method Detail
-
getCalculator
public final com.aspose.tasks.RecurrenceDateCalculatorBase getCalculator(Calendar calendar, Duration duration)
- Parameters:
calendar
-duration
-- Returns:
-
getRepetitionInterval
public final int getRepetitionInterval()
Gets a number of weeks which represents the interval in weeks between occurrences.
- Returns:
- a number of weeks which represents the interval in weeks between occurrences.
-
setRepetitionInterval
public final void setRepetitionInterval(int value)
Sets a number of weeks which represents the interval in weeks between occurrences.
- Parameters:
value
- a number of weeks which represents the interval in weeks between occurrences.
-
getValidator
public final com.aspose.tasks.RecurrencePatternValidatorBase getValidator(Calendar calendar)
- Parameters:
calendar
-- Returns:
-
-