ComponentOne CalendarView for WinForms
MinDate Property (CalendarSettings)

C1.Win.Calendar Namespace > CalendarSettings Class : MinDate Property
Gets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001).
Syntax
'Declaration
 
Public Property MinDate As Date
public DateTime MinDate {get; set;}
Exceptions
ExceptionDescription
The value is greater than the MaxDate.
See Also

Reference

CalendarSettings Class
CalendarSettings Members