Recurrence 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 RecurrenceRule..::..RangeSpecType RangeSpec { get; set; }
Visual Basic
Public Property RangeSpec As RecurrenceRule..::..RangeSpecType
	Get
	Set
Visual C++
public:
property RecurrenceRule..::..RangeSpecType RangeSpec {
	RecurrenceRule..::..RangeSpecType get ();
	void set (RecurrenceRule..::..RangeSpecType value);
}

See Also