YearlyRecurrencePattern

YearlyRecurrencePattern class

Represents a recurrence pattern of yearly recurrence type.

The YearlyRecurrencePattern type exposes the following members:

Constructors

NameDescription
YearlyRecurrencePattern()Initializes a new instance of the YearlyRecurrencePattern class.
YearlyRecurrencePattern(start_offset, start_month)Initializes a new instance of the YearlyRecurrencePattern class
YearlyRecurrencePattern(start_day, start_month, start_position)Initializes a new instance of the YearlyRecurrencePattern 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.
start_monthGets or sets the start month.

See Also