Initializes a new instance of the MonthlyPatternRecurrencePattern class.

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

Syntax

C#
public MonthlyPatternRecurrencePattern(
	int monthlyInterval,
	Occurrence occurrence,
	DayOfRecurrence dayOfRecurrence
)
Visual Basic
Public Sub New ( _
	monthlyInterval As Integer, _
	occurrence As Occurrence, _
	dayOfRecurrence As DayOfRecurrence _
)
Visual C++
public:
MonthlyPatternRecurrencePattern(
	int monthlyInterval, 
	Occurrence occurrence, 
	DayOfRecurrence dayOfRecurrence
)

Parameters

monthlyInterval
Type: System..::..Int32
The number of months between recurrences.
occurrence
Type: Mindscape.SilverlightElements..::..Occurrence
Which occurrence of the dayOfRecurrence the item recurs on (e.g. first, last).
dayOfRecurrence
Type: Mindscape.SilverlightElements..::..DayOfRecurrence
The days counted by occurrence (e.g. weekdays, Fridays).

See Also