com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class TaskRegeneratingPattern



  • public final class TaskRegeneratingPattern
    extends RecurrencePattern

    Represents the regenerating recurrence pattern that specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.

    • Constructor Detail

      • TaskRegeneratingPattern

        public TaskRegeneratingPattern(int type,
                               int interval)

        Initializes a new instance of the TaskRegeneratingPattern class.

        Parameters:
        type - Specifies the type of regenerating pattern.
        interval - Specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.
    • Method Detail

      • getRegeneratingType

        public final int getRegeneratingType()

        Gets or sets a type of regenerating pattern.

      • setRegeneratingType

        public final void setRegeneratingType(int value)

        Gets or sets a type of regenerating pattern.