com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ByYearDayRepetition



  • public class ByYearDayRepetition
    extends YearlyRepetitionBase

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

    • Constructor Detail

      • ByYearDayRepetition

        public ByYearDayRepetition()

        Initializes a new instance of the ByYearDayRepetition class.

    • Method Detail

      • getDayPosition

        public final int getDayPosition()

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

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

        public final void setDayPosition(int value)

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

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

        public final int getMonth()

        Gets a month on which the task must be recurring.

        Read/Write Month.
        Returns:
        a month on which the task must be recurring.
      • setMonth

        public final void setMonth(int value)

        Sets a month on which the task must be recurring.

        Read/Write Month.
        Parameters:
        value - a month on which the task must be recurring.