Initializes a new instance of the YearlyPatternRecurrencePattern class.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public YearlyPatternRecurrencePattern(
	int yearlyInterval,
	int month,
	Occurrence occurrence,
	DayOfRecurrence dayOfRecurrence
)
Visual Basic (Declaration)
Public Sub New ( _
	yearlyInterval As Integer, _
	month As Integer, _
	occurrence As Occurrence, _
	dayOfRecurrence As DayOfRecurrence _
)

Parameters

yearlyInterval
Type: System..::.Int32
The number of years between recurrences.
month
Type: System..::.Int32
The month in which the item recurs. (1 through 12)
occurrence
Type: Mindscape.WpfElements..::.Occurrence
Which occurrence of the dayOfRecurrence the item recurs on (e.g. first, last).
dayOfRecurrence
Type: Mindscape.WpfElements..::.DayOfRecurrence
The days counted by occurrence (e.g. weekdays, Fridays).

See Also