Specifies that the event will repeat on certain days every week.

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
)
Visual Basic
Public Function Weekly ( _
	days As DayOfWeek() _
) As RecurrenceRule
Visual C++
public:
RecurrenceRule^ Weekly(
	array<DayOfWeek>^ days
)

Parameters

days
Type: array<System..::..DayOfWeek>[]()[][]

Return Value

See Also