com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class WeeklyRecurrencePattern



  • public class WeeklyRecurrencePattern
    extends RecurrencePattern

    Represents a recurrence pattern of weekly recurrence type.

    • Constructor Detail

      • WeeklyRecurrencePattern

        public WeeklyRecurrencePattern(Date endDate)

        Initializes a new instance of the WeeklyRecurrencePattern class.

        Parameters:
        endDate - The end date.
      • WeeklyRecurrencePattern

        public WeeklyRecurrencePattern(int occurs)

        Initializes a new instance of the WeeklyRecurrencePattern class.

        Parameters:
        occurs - The number of occurrences.
      • WeeklyRecurrencePattern

        public WeeklyRecurrencePattern(Date endDate,
                               int interval)

        Initializes a new instance of the WeeklyRecurrencePattern class.

        Parameters:
        endDate - The end date.
        interval - The number of recurrence units.
      • WeeklyRecurrencePattern

        public WeeklyRecurrencePattern(int occurs,
                               int interval)

        Initializes a new instance of the WeeklyRecurrencePattern class.

        Parameters:
        occurs - The number of occurrences.
        interval - The number of recurrence units.
    • Method Detail

      • getStartDays

        public final int[] getStartDays()

        Gets or sets the start days.

        Value: The start days.
      • setStartDays

        public final void setStartDays(int[] value)

        Gets or sets the start days.

        Value: The start days.