DailyRecurrencePattern Class

Represents a recurrence pattern of daily recurrence type.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Calendar.RecurrencesRecurrencePattern
    Aspose.Email.Calendar.RecurrencesDailyRecurrencePattern

Namespace:  Aspose.Email.Calendar.Recurrences
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class DailyRecurrencePattern : RecurrencePattern

The DailyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodDailyRecurrencePattern(DateTime)
Initializes a new instance of the DailyRecurrencePattern class.
Public methodDailyRecurrencePattern(Int32)
Initializes a new instance of the DailyRecurrencePattern class.
Public methodDailyRecurrencePattern(DateTime, Int32)
Initializes a new instance of the DailyRecurrencePattern class.
Public methodDailyRecurrencePattern(Int32, Int32)
Initializes a new instance of the DailyRecurrencePattern class.
Properties
  NameDescription
Public propertyEndDate
Gets or sets the end date.
(Inherited from RecurrencePattern.)
Public propertyInterval
Gets or sets the number of recurrence units.
(Inherited from RecurrencePattern.)
Public propertyOccurs
Gets or sets the number of occurrences of the recurrence pattern.
(Inherited from RecurrencePattern.)
Public propertyWeekStart
Gets or sets the week start.
(Inherited from RecurrencePattern.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from RecurrencePattern.)
See Also