Initializes a new instance of the WeeklyRecurrencePattern class.

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

Syntax

C#
public WeeklyRecurrencePattern(
	int weeklyInterval,
	params DayOfWeek[] daysOfWeek
)
Visual Basic (Declaration)
Public Sub New ( _
	weeklyInterval As Integer, _
	ParamArray daysOfWeek As DayOfWeek() _
)

Parameters

weeklyInterval
Type: System..::.Int32
The number of weeks between recurrences.
daysOfWeek
Type: array< System..::.DayOfWeek >[]()[]
The days of the week on which the item recurs.

See Also