Specifies that the event will repeat in certain months on certain days of month.

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 Monthly(
	int[] days,
	int[] months
)
Visual Basic
Public Function Monthly ( _
	days As Integer(), _
	months As Integer() _
) As RecurrenceRule
Visual C++
public:
RecurrenceRule^ Monthly(
	array<int>^ days, 
	array<int>^ months
)

Parameters

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

Return Value

See Also