RecurrenceRangeRecursUntil Property |
Optional end date for the recurring appointment. Defaults to no end date
(DateTime.MaxValue).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DateTime RecursUntil { get; set; }
Public Property RecursUntil As DateTime
Get
Set
public:
property DateTime RecursUntil {
DateTime get ();
void set (DateTime value);
}
member RecursUntil : DateTime with get, set
Property Value
Type:
DateTime
See Also