Specifies that the event will repeat on certain days every x weeks.

Namespace: DayPilot.Web.Mvc.Recurrence
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public RecurrenceRule Weekly(
	DayOfWeek[] days,
	int every
)
Visual Basic
Public Function Weekly ( _
	days As DayOfWeek(), _
	every As Integer _
) As RecurrenceRule
Visual C++
public:
RecurrenceRule^ Weekly(
	array<DayOfWeek>^ days, 
	int every
)

Parameters

days
Type: array<System..::..DayOfWeek>[]()[][]
Array of days of week on which the event occurs.
every
Type: System..::..Int32
Repeated every "every" week.

Return Value

See Also