Package com.aspose.tasks
Class DailyRepetitionBase
- java.lang.Object
-
- com.aspose.tasks.DailyRepetitionBase
-
- Direct Known Subclasses:
DailyCalendarRepetition,DailyWorkRepetition
public abstract class DailyRepetitionBase extends Object
Represents a base class for repetitions in daily recurrence pattern.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.aspose.tasks.RecurrenceDateCalculatorBasegetCalculator(Calendar calendar, Duration duration)intgetRepetitionInterval()Gets a number of days which represents the interval in days between occurrences.com.aspose.tasks.RecurrencePatternValidatorBasegetValidator(Calendar calendar)voidsetRepetitionInterval(int value)Sets a number of days which represents the interval in days 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 days which represents the interval in days between occurrences.
- Returns:
- a number of days which represents the interval in days between occurrences.
-
setRepetitionInterval
public final void setRepetitionInterval(int value)
Sets a number of days which represents the interval in days between occurrences.
- Parameters:
value- a number of days which represents the interval in days between occurrences.
-
getValidator
public final com.aspose.tasks.RecurrencePatternValidatorBase getValidator(Calendar calendar)
- Parameters:
calendar-- Returns:
-
-