Initializes a new instance of the YearlyPatternRecurrencePattern class.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public YearlyPatternRecurrencePattern(
	int yearlyInterval,
	int month,
	Occurrence occurrence,
	DayOfRecurrence dayOfRecurrence
)
Visual Basic
Public Sub New ( _
	yearlyInterval As Integer, _
	month As Integer, _
	occurrence As Occurrence, _
	dayOfRecurrence As DayOfRecurrence _
)
Visual C++
public:
YearlyPatternRecurrencePattern(
	int yearlyInterval, 
	int month, 
	Occurrence occurrence, 
	DayOfRecurrence 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.SilverlightElements..::..Occurrence
Which occurrence of the dayOfRecurrence the item recurs on (e.g. first, last).
dayOfRecurrence
Type: Mindscape.SilverlightElements..::..DayOfRecurrence
The days counted by occurrence (e.g. weekdays, Fridays).

See Also