Initializes a new instance of the MonthlyRecurrencePattern class.

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

Syntax

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

Parameters

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

See Also