com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MonthlyRecurrencePattern



  • public class MonthlyRecurrencePattern
    extends RecurrencePattern

    Represents a recurrence pattern of monthly recurrence type.

    • Constructor Detail

      • MonthlyRecurrencePattern

        public MonthlyRecurrencePattern()

        Initializes a new instance of the MonthlyRecurrencePattern class.

      • MonthlyRecurrencePattern

        public MonthlyRecurrencePattern(int startOffset,
                                int interval)

        Initializes a new instance of the MonthlyRecurrencePattern class.

        Parameters:
        startOffset - The start offset.
        interval - The number of recurrence units.
      • MonthlyRecurrencePattern

        public MonthlyRecurrencePattern(int startPosition,
                                int startDay,
                                int interval)

        Initializes a new instance of the MonthlyRecurrencePattern class.

        Parameters:
        startPosition - The start position.
        startDay - The start day.
        interval - The number of recurrence units.
    • Method Detail

      • getStartDay

        public final int getStartDay()

        Gets or sets the start day.

        Value: The start day.
      • setStartDay

        public final void setStartDay(int value)

        Gets or sets the start day.

        Value: The start day.
      • getStartOffset

        public final int getStartOffset()

        Gets or sets the start offset.

        Value: The start offset.
      • setStartOffset

        public final void setStartOffset(int value)

        Gets or sets the start offset.

        Value: The start offset.
      • getStartPosition

        public final int getStartPosition()

        Gets or sets the start position.

        Value: The start position.
      • setStartPosition

        public final void setStartPosition(int value)

        Gets or sets the start position.

        Value: The start position.