ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / MinDate Property

In This Topic
    MinDate Property (C1CalendarView)
    In This Topic
    Gets or sets the minimum allowable date. The default value is System.DateTime.MinValue (01/01/0001).
    Syntax
    'Declaration
     
    
    Public Property MinDate As Date
    public DateTime MinDate {get; set;}
    See Also