ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / MinShortYear Property

In This Topic
    MinShortYear Property (C1DropDownControl)
    In This Topic
    The minimum year that can be entered without leading zeros.
    Syntax
    'Declaration
     
    Public Property MinShortYear As Integer
    public int MinShortYear {get; set;}
    See Also