Initializes a new instance of the YearlyRecurrencePattern class.

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

Syntax

C#
protected YearlyRecurrencePattern(
	int yearlyInterval,
	int month
)
Visual Basic
Protected Sub New ( _
	yearlyInterval As Integer, _
	month As Integer _
)
Visual C++
protected:
YearlyRecurrencePattern(
	int yearlyInterval, 
	int month
)

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)

See Also