Class YearlyRecurrencePattern

YearlyRecurrencePattern class

Represents a recurrence pattern of yearly recurrence type.

public class YearlyRecurrencePattern : RecurrencePattern

Constructors

NameDescription
YearlyRecurrencePattern()Initializes a new instance of the YearlyRecurrencePattern class.
YearlyRecurrencePattern(int, CalendarMonth)Initializes a new instance of the YearlyRecurrencePattern class.
YearlyRecurrencePattern(CalendarDay, CalendarMonth, DayPosition)Initializes a new instance of the YearlyRecurrencePattern 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.
StartMonth { get; set; }Gets or sets the start month.
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