ComponentOne MultiSelect for WinForms
C1.Globalization Namespace / JapaneseCalendarEx Class / MinSupportedDateTime Property

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

    Property Value

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