Initializes a new instance of the SpecificDateYearlyRecurrencePattern class.

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

Syntax

C#
public SpecificDateYearlyRecurrencePattern(
	int yearlyInterval,
	int month,
	int dayOfMonth
)
Visual Basic
Public Sub New ( _
	yearlyInterval As Integer, _
	month As Integer, _
	dayOfMonth As Integer _
)
Visual C++
public:
SpecificDateYearlyRecurrencePattern(
	int yearlyInterval, 
	int month, 
	int dayOfMonth
)

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)
dayOfMonth
Type: System..::..Int32
The day of the month on which the item occurs.

See Also