Event repeat type.

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: 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 nameValueDescription
None0 This event doesn't repeat.
Daily1 This event repeats daily.
Weekly2 This event repeats weekly.
Monthly3 This event repeats monthly.
Annually4 This event repeats annually.
ByList5

See Also