MonthlyRecurrencePattern.MonthlyRecurrencePattern

MonthlyRecurrencePattern()

Initializes a new instance of the MonthlyRecurrencePattern class.

public MonthlyRecurrencePattern()

See Also


MonthlyRecurrencePattern(int, int)

Initializes a new instance of the MonthlyRecurrencePattern class.

public MonthlyRecurrencePattern(int startOffset, int interval)
ParameterTypeDescription
startOffsetInt32The start offset.
intervalInt32The number of recurrence units.

See Also


MonthlyRecurrencePattern(DayPosition, CalendarDay, int)

Initializes a new instance of the MonthlyRecurrencePattern class.

public MonthlyRecurrencePattern(DayPosition startPosition, CalendarDay startDay, int interval)
ParameterTypeDescription
startPositionDayPositionThe start position.
startDayCalendarDayThe start day.
intervalInt32The number of recurrence units.

See Also