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

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

    Property Value

    The earliest date and time supported by the JapaneseCalendarEx type, which is equivalent to the first moment of September 8, 1868 C.E. in the Gregorian calendar. For more information, see Remarks.
    See Also