Initializes a new instance of the MonthlyRecurrencePattern class.

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

Syntax

C#
protected MonthlyRecurrencePattern(
	int monthlyInterval
)
Visual Basic
Protected Sub New ( _
	monthlyInterval As Integer _
)
Visual C++
protected:
MonthlyRecurrencePattern(
	int monthlyInterval
)

Parameters

monthlyInterval
Type: System..::..Int32
The number of months between recurrences.

See Also