How many times it will be repeated.
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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