Recurrence 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 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