Initializes a new instance of the SpecificDateYearlyRecurrencePattern class.

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

Syntax

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

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