Initializes a new instance of the NthDayOfMonthRecurrencePattern class.

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

Syntax

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

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