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

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

    Property Value

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