com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class YearlyRecurrencePattern



  • public class YearlyRecurrencePattern
    extends RecurrencePatternBase

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

    • Constructor Detail

      • YearlyRecurrencePattern

        public YearlyRecurrencePattern()

        Initializes a new instance of the YearlyRecurrencePattern class.

    • Method Detail

      • getRepetition

        public final YearlyRepetitionBase getRepetition()

        Gets the recurring position pattern.

        Returns:
        the recurring position pattern.
      • setRepetition

        public final void setRepetition(YearlyRepetitionBase value)

        Sets the recurring position pattern.

        Parameters:
        value - the recurring position pattern.