Repeat range definition type (Until, or Times).

Namespace: DayPilot.Web.Mvc.Recurrence
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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