com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class CalendarRecurrencePattern


  • Deprecated. 
    This class is obsolete and will be removed soon. Please, use 'RecurrencePattern' class instead of it.

    @Deprecated
    public abstract class CalendarRecurrencePattern
    extends Object

    Represents a recurrence pattern.

    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected CalendarRecurrencePattern()
      Deprecated. 
      Initializes a new instance of the RecurrencePattern class.
      protected CalendarRecurrencePattern(Date endDate)
      Deprecated. 
      Initializes a new instance of the RecurrencePattern class.
      protected CalendarRecurrencePattern(Date endDate, int interval)
      Deprecated. 
      Initializes a new instance of the RecurrencePattern class.
      protected CalendarRecurrencePattern(int occurs)
      Deprecated. 
      Initializes a new instance of the RecurrencePattern class.
      protected CalendarRecurrencePattern(int occurs, int interval)
      Deprecated. 
      Initializes a new instance of the RecurrencePattern class.
    • Constructor Detail

      • CalendarRecurrencePattern

        protected CalendarRecurrencePattern()
        Deprecated. 

        Initializes a new instance of the RecurrencePattern class.

      • CalendarRecurrencePattern

        protected CalendarRecurrencePattern(Date endDate)
        Deprecated. 

        Initializes a new instance of the RecurrencePattern class.

        Parameters:
        endDate - The end date.
      • CalendarRecurrencePattern

        protected CalendarRecurrencePattern(int occurs)
        Deprecated. 

        Initializes a new instance of the RecurrencePattern class.

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

        protected CalendarRecurrencePattern(Date endDate,
                                 int interval)
        Deprecated. 

        Initializes a new instance of the RecurrencePattern class.

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

        protected CalendarRecurrencePattern(int occurs,
                                 int interval)
        Deprecated. 

        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 int getInterval()
        Deprecated. 

        Gets or sets the number of recurrence units.

        Value: The number of recurrence units.
        Returns:
        a int.
      • setInterval

        public void setInterval(int value)
        Deprecated. 

        Gets or sets the number of recurrence units.

        Value: The number of recurrence units.
        Parameters:
        value - a int.
      • getOccurs

        public int getOccurs()
        Deprecated. 

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

        Value: The number of occurrences.
        Returns:
        a int.
      • setOccurs

        public void setOccurs(int value)
        Deprecated. 

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

        Value: The number of occurrences.
        Parameters:
        value - a int.
      • getEndDate

        public Date getEndDate()
        Deprecated. 

        Gets or sets the end date.

        Value: The end date.
        Returns:
        a java$util$Date object.
      • setEndDate

        public void setEndDate(Date value)
        Deprecated. 

        Gets or sets the end date.

        Value: The end date.
        Parameters:
        value - a java$util$Date object.
      • getWeekStart

        public int getWeekStart()
        Deprecated. 

        Gets or sets the week start.

        Value: The week start.
        Returns:
        a int.
      • setWeekStart

        public void setWeekStart(int value)
        Deprecated. 

        Gets or sets the week start.

        Value: The week start.
        Parameters:
        value - a int.