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