com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DailyRecurrencePattern



  • public class DailyRecurrencePattern
    extends RecurrencePattern

    Represents a recurrence pattern of daily recurrence type.

    • Constructor Detail

      • DailyRecurrencePattern

        public DailyRecurrencePattern(Date endDate)

        Initializes a new instance of the DailyRecurrencePattern class.

        Parameters:
        endDate - The end date.
      • DailyRecurrencePattern

        public DailyRecurrencePattern(int occurs)

        Initializes a new instance of the DailyRecurrencePattern class.

        Parameters:
        occurs - The Int32 value that represents number of occurrences.
      • DailyRecurrencePattern

        public DailyRecurrencePattern(Date endDate,
                              int interval)

        Initializes a new instance of the DailyRecurrencePattern class.

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

        public DailyRecurrencePattern(int occurs,
                              int interval)

        Initializes a new instance of the DailyRecurrencePattern class.

        Parameters:
        occurs - The Int32 value that represents number of occurrences.
        interval - The number of recurrence units.