MonthlyRecurrencePattern Class

Represents a recurrence pattern of monthly recurrence type.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Calendar.RecurrencesRecurrencePattern
    Aspose.Email.Calendar.RecurrencesMonthlyRecurrencePattern

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

The MonthlyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodMonthlyRecurrencePattern
Initializes a new instance of the MonthlyRecurrencePattern class.
Public methodMonthlyRecurrencePattern(Int32, Int32)
Initializes a new instance of the MonthlyRecurrencePattern class.
Public methodMonthlyRecurrencePattern(DayPosition, CalendarDay, Int32)
Initializes a new instance of the MonthlyRecurrencePattern 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 propertyStartDay
Gets or sets the start day.
Public propertyStartOffset
Gets or sets the start offset.
Public propertyStartPosition
Gets or sets the start position.
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