Repeat range definition type (Until, or Times).

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public enum RangeSpecType
Visual Basic
Public Enumeration RangeSpecType
Visual C++
public enum class RangeSpecType

Members

Member nameValueDescription
Until0 Repeated until a specified DateTime.
Times1 Repeated "x" times.

See Also