Class MonthlyRecurrencePattern

MonthlyRecurrencePattern class

Represents a recurrence pattern of monthly recurrence type.

public class MonthlyRecurrencePattern : RecurrencePattern

Constructors

NameDescription
MonthlyRecurrencePattern()Initializes a new instance of the MonthlyRecurrencePattern class.
MonthlyRecurrencePattern(int, int)Initializes a new instance of the MonthlyRecurrencePattern class.
MonthlyRecurrencePattern(DayPosition, CalendarDay, int)Initializes a new instance of the MonthlyRecurrencePattern class.

Properties

NameDescription
EndDate { get; set; }Gets or sets the end date.
Interval { get; set; }Gets or sets the number of recurrence units.
Occurs { get; set; }Gets or sets the number of occurrences of the recurrence pattern.
StartDay { get; set; }Gets or sets the start day.
StartOffset { get; set; }Gets or sets the start offset.
StartPosition { get; set; }Gets or sets the start position.
WeekStart { get; set; }Gets or sets the week start.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also