Recurrence range definition type (Until, or Times).
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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); } |