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

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

    Property Value

    The latest date and time supported by the JapaneseCalendarEx type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.
    See Also