Initializes a new instance of the NthDayOfMonthRecurrencePattern class.

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

Syntax

C#
public NthDayOfMonthRecurrencePattern(
	int monthlyInterval,
	int dayOfMonth
)
Visual Basic (Declaration)
Public Sub New ( _
	monthlyInterval As Integer, _
	dayOfMonth As Integer _
)

Parameters

monthlyInterval
Type: System..::.Int32
The number of months between recurrences.
dayOfMonth
Type: System..::.Int32
The day of the month on which the item occurs.

See Also