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

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

    Parameters

    dateTime
    The date time.
    See Also