com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class WeeklyRepetition



  • public class WeeklyRepetition
    extends WeeklyRepetitionBase

    Represents a pattern which is based on weekdays.

    • Constructor Detail

      • WeeklyRepetition

        public WeeklyRepetition()

        Initializes a new instance of the WeeklyRepetition class.

    • Method Detail

      • getWeekDays

        public final int getWeekDays()

        Gets a type of weekdays.

        Read/Write WeekdayType.
        Returns:
        a type of weekdays.
      • setWeekDays

        public final void setWeekDays(int value)

        Sets a type of weekdays.

        Read/Write WeekdayType.
        Parameters:
        value - a type of weekdays.