com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class DailyRepetitionBase

    • Method Detail

      • getCalculator

        public final com.aspose.tasks.RecurrenceDateCalculatorBase getCalculator(Calendar calendar,
                                                                                 Duration duration)
        Gets a calculator used to calculate a repetition.
        Parameters:
        calendar - A calendar.
        duration - A duration.
        Returns:
        a calculator used to calculate a repetition.
      • getCalendar

        public final Calendar getCalendar()
        Gets a calendar used to calculate a repetition.
        Returns:
        a calendar used to calculate a repetition.
      • 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)
        Gets a validator for recurrence pattern.
        Parameters:
        calendar - a calendar.
        Returns:
        a validator for recurrence pattern.