com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class WeeklyRecurrencePattern



  • public class WeeklyRecurrencePattern
    extends RecurrencePatternBase

    Represents the set of parameters are used to create a weekly recurring task in a project.

    • Constructor Detail

      • WeeklyRecurrencePattern

        public WeeklyRecurrencePattern()

        Initializes a new instance of the WeeklyRecurrencePattern class.

    • Method Detail

      • getRepetition

        public final WeeklyRepetitionBase getRepetition()

        Gets the recurring repetition pattern.

        Returns:
        the recurring repetition pattern.
      • setRepetition

        public final void setRepetition(WeeklyRepetitionBase value)

        Sets the recurring repetition pattern.

        Parameters:
        value - the recurring repetition pattern.