Click or drag to resize
RecurrenceRuleRange Property
Gets the RecurrenceRange associated with this recurrence rule.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public RecurrenceRange Range { get; }

Property Value

Type: RecurrenceRange
The RecurrenceRange associated with this recurrence rule.
Remarks
By calling SetEffectiveRange(DateTime, DateTime) the range of the generated occurrences can be narrowed.
See Also