ComponentOne Input for WinForms
MinDate Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DateEditMonthCalendar 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 System.Date
public System.DateTime MinDate {get; set;}
Exceptions
ExceptionDescription
The value is greater than the MaxDate.
See Also

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members