KaxCalendarRangeMinDate Property |
Gets or sets the minimal date valid for selection by
Kettic KaxCalendar. Must be interpreted as the Lower bound of the valid
dates range available for selection. Kettic KaxCalendar will not allow
navigation or selection prior to 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 RangeMinDate { get; set; }
Public Property RangeMinDate As DateTime
Get
Set
public:
property DateTime RangeMinDate {
DateTime get ();
void set (DateTime value);
}
member RangeMinDate : DateTime with get, set
Property Value
Type:
DateTime
Remarks
This property has a default value of 1/1/1980
(Gregorian calendar date).
See Also