Calendar for WinForms | ComponentOne
C1.Globalization Namespace / CalendarEx Class / GetMaxEraYear Method / GetMaxEraYear(DateTime) Method
The date time.

In This Topic
    GetMaxEraYear(DateTime) Method
    In This Topic
    Gets the max era year.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetMaxEraYear( _
       ByVal dateTime As Date _
    ) As Integer
    public virtual int GetMaxEraYear( 
       DateTime dateTime
    )

    Parameters

    dateTime
    The date time.
    See Also