YearlyRecurrencePattern.YearlyRecurrencePattern

YearlyRecurrencePattern()

Initializes a new instance of the YearlyRecurrencePattern class.

public YearlyRecurrencePattern()

See Also


YearlyRecurrencePattern(int, CalendarMonth)

Initializes a new instance of the YearlyRecurrencePattern class.

public YearlyRecurrencePattern(int startOffset, CalendarMonth startMonth)
ParameterTypeDescription
startOffsetInt32The start offset.
startMonthCalendarMonthThe start month.

See Also


YearlyRecurrencePattern(CalendarDay, CalendarMonth, DayPosition)

Initializes a new instance of the YearlyRecurrencePattern class.

public YearlyRecurrencePattern(CalendarDay startDay, CalendarMonth startMonth, 
    DayPosition startPosition)
ParameterTypeDescription
startDayCalendarDayThe start day.
startMonthCalendarMonthThe start month.
startPositionDayPositionThe start position.

See Also