Specifies that the event will repeat every month on certain days of month.
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public RecurrenceRule Monthly( int[] days ) |
Visual Basic |
---|
Public Function Monthly ( _ days As Integer() _ ) As RecurrenceRule |
Visual C++ |
---|
public: RecurrenceRule^ Monthly( array<int>^ days ) |
Parameters
- days
- Type: array<System..::..Int32>[]()[][]