Initializes a new instance of the WeeklyRecurrencePattern class.

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

Syntax

C#
public WeeklyRecurrencePattern(
	int weeklyInterval,
	params DayOfWeek[] daysOfWeek
)
Visual Basic
Public Sub New ( _
	weeklyInterval As Integer, _
	ParamArray daysOfWeek As DayOfWeek() _
)
Visual C++
public:
WeeklyRecurrencePattern(
	int weeklyInterval, 
	... array<DayOfWeek>^ daysOfWeek
)

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