public abstract class DailyRepetitionBase extends Object
Represents a base class for repetitions in daily recurrence pattern.
Modifier and Type | Method and Description |
---|---|
com.aspose.tasks.RecurrenceDateCalculatorBase |
getCalculator(Calendar calendar,
Duration duration)
Gets a calculator used to calculate a repetition.
|
Calendar |
getCalendar()
Gets a calendar used to calculate a repetition.
|
int |
getRepetitionInterval()
Gets a number of days which represents the interval in days between occurrences.
|
com.aspose.tasks.RecurrencePatternValidatorBase |
getValidator(Calendar calendar)
Gets a validator for recurrence pattern.
|
void |
setRepetitionInterval(int value)
Sets a number of days which represents the interval in days between occurrences.
|
public final com.aspose.tasks.RecurrenceDateCalculatorBase getCalculator(Calendar calendar, Duration duration)
calendar
- A calendar.duration
- A duration.public final Calendar getCalendar()
public final int getRepetitionInterval()
Gets a number of days which represents the interval in days between occurrences.
public final void setRepetitionInterval(int value)
Sets a number of days which represents the interval in days between occurrences.
value
- a number of days which represents the interval in days between occurrences.public final com.aspose.tasks.RecurrencePatternValidatorBase getValidator(Calendar calendar)
calendar
- a calendar.