ComponentOne CalendarView for WinForms
C1.Globalization Namespace / CalendarEx Class / MinSupportedDateTime Property

In This Topic
    MinSupportedDateTime Property
    In This Topic
    Gets the earliest date and time supported by this System.Globalization.Calendar object.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property MinSupportedDateTime As Date
    public override DateTime MinSupportedDateTime {get;}

    Property Value

    The earliest date and time supported by this calendar. The default is System.DateTime.MinValue.
    See Also