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

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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