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

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

    Property Value

    The latest date and time supported by this calendar. The default is System.DateTime.MaxValue.
    See Also