Event repeat type.
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public enum RepeatRule |
| Visual Basic |
|---|
Public Enumeration RepeatRule |
| Visual C++ |
|---|
public enum class RepeatRule |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | This event doesn't repeat. | |
| Daily | 1 | This event repeats daily. | |
| Weekly | 2 | This event repeats weekly. | |
| Monthly | 3 | This event repeats monthly. | |
| Annually | 4 | This event repeats annually. | |
| ByList | 5 |