MonthlyRecurrencePattern

MonthlyRecurrencePattern class

Represents a recurrence pattern of monthly recurrence type.

The MonthlyRecurrencePattern type exposes the following members:

Constructors

NameDescription
MonthlyRecurrencePattern()Initializes a new instance of the MonthlyRecurrencePattern class.
MonthlyRecurrencePattern(start_offset, interval)Initializes a new instance of the MonthlyRecurrencePattern class
MonthlyRecurrencePattern(start_position, start_day, interval)Initializes a new instance of the MonthlyRecurrencePattern class

Properties

NameDescription
intervalGets or sets the number of recurrence units.
occursGets or sets the number of occurrences of the recurrence pattern.
end_dateGets or sets the end date.
week_startGets or sets the week start.
start_dayGets or sets the start day.
start_offsetGets or sets the start offset.
start_positionGets or sets the start position.

See Also