com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class MonthlyRecurrencePattern



  • public class MonthlyRecurrencePattern
    extends RecurrencePatternBase

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

    • Constructor Detail

      • MonthlyRecurrencePattern

        public MonthlyRecurrencePattern()

        Initializes a new instance of the MonthlyRecurrencePattern class.

    • Method Detail

      • getRepetition

        public final MonthlyRepetitionBase getRepetition()

        Gets the recurring repetition pattern.

        Returns:
        the recurring repetition pattern.
      • setRepetition

        public final void setRepetition(MonthlyRepetitionBase value)

        Sets the recurring repetition pattern.

        Parameters:
        value - the recurring repetition pattern.