KaxCalendarRangeMaxDate Property |
Gets or sets the maximum date valid for selection by
Kettic KaxCalendar. Must be interpreted as the Higher bound of the valid
dates range available for selection. Kettic KaxCalendar will not allow
navigation or selection past this date.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DateTime RangeMaxDate { get; set; }
Public Property RangeMaxDate As DateTime
Get
Set
public:
property DateTime RangeMaxDate {
DateTime get ();
void set (DateTime value);
}
member RangeMaxDate : DateTime with get, set
Property Value
Type:
DateTime
Remarks
This property has a default value of 12/30/2099
(Gregorian calendar date).
See Also