How many times it will be repeated.
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 Times( int times ) |
Visual Basic |
---|
Public Function Times ( _ times As Integer _ ) As RecurrenceRule |
Visual C++ |
---|
public: RecurrenceRule^ Times( int times ) |
Parameters
- times
- Type: System..::..Int32