com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ByMonthDayRepetition



  • public class ByMonthDayRepetition
    extends MonthlyRepetitionBase

    Represents a pattern which is based on the absolute position of a day in a month.

    • Constructor Detail

      • ByMonthDayRepetition

        public ByMonthDayRepetition()

        Initializes a new instance of the ByMonthDayRepetition class.

    • Method Detail

      • getDayPosition

        public final int getDayPosition()

        Gets a position of a day in a month on which the task must be recurring.

        Returns:
        a position of a day in a month on which the task must be recurring.
      • setDayPosition

        public final void setDayPosition(int value)

        Sets a position of a day in a month on which the task must be recurring.

        Parameters:
        value - a position of a day in a month on which the task must be recurring.