Repeat range definition type (Until, or Times).
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public enum RangeSpecType |
| Visual Basic |
|---|
Public Enumeration RangeSpecType |
| Visual C++ |
|---|
public enum class RangeSpecType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Until | 0 | Repeated until a specified DateTime. | |
| Times | 1 | Repeated "x" times. |