com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class RecurrencePattern

    • Constructor Detail

      • RecurrencePattern

        protected RecurrencePattern()

        Initializes a new instance of the RecurrencePattern class.

      • RecurrencePattern

        protected RecurrencePattern(Date endDate)

        Initializes a new instance of the RecurrencePattern class.

        Parameters:
        endDate - The end date.
      • RecurrencePattern

        protected RecurrencePattern(int occurs)

        Initializes a new instance of the RecurrencePattern class.

        Parameters:
        occurs - The number of occurrences of the recurrence pattern.
      • RecurrencePattern

        protected RecurrencePattern(Date endDate,
                         int interval)

        Initializes a new instance of the RecurrencePattern class.

        Parameters:
        endDate - The ending date for each recurrence.
        interval - The number of recurrence units.
      • RecurrencePattern

        protected RecurrencePattern(int occurs,
                         int interval)

        Initializes a new instance of the RecurrencePattern class.

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

      • getInterval

        public final int getInterval()

        Gets or sets the number of recurrence units.

        Value: The number of recurrence units.
      • setInterval

        public final void setInterval(int value)

        Gets or sets the number of recurrence units.

        Value: The number of recurrence units.
      • getOccurs

        public final int getOccurs()

        Gets or sets the number of occurrences of the recurrence pattern.

        Value: The number of occurrences.
      • setOccurs

        public final void setOccurs(int value)

        Gets or sets the number of occurrences of the recurrence pattern.

        Value: The number of occurrences.
      • getEndDate

        public final Date getEndDate()

        Gets or sets the end date.

        Value: The end date.
      • setEndDate

        public final void setEndDate(Date value)

        Gets or sets the end date.

        Value: The end date.
      • getWeekStart

        public final int getWeekStart()

        Gets or sets the week start.

        Value: The week start.
      • setWeekStart

        public final void setWeekStart(int value)

        Gets or sets the week start.

        Value: The week start.
      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        A string that represents the current object.
      • to_RecurrencePattern

        public static RecurrencePattern to_RecurrencePattern(String value)

        Converts string representation of recurrence pattern in ICalendar format to object

        Parameters:
        value - Returns RecurrencePattern object