Specifies that the event will repeat every x month on certain days of month.
Namespace: DayPilot.Web.Mvc.RecurrenceAssembly: 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 every ) |
| Visual Basic |
|---|
Public Function Monthly ( _ days As Integer(), _ every As Integer _ ) As RecurrenceRule |
| Visual C++ |
|---|
public: RecurrenceRule^ Monthly( array<int>^ days, int every ) |