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

In This Topic
    TwoDigitYearMax Property (JapaneseCalendarEx)
    In This Topic
    Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.
    Syntax
    'Declaration
     
    
    Public Overrides Property TwoDigitYearMax As Integer
    public override int TwoDigitYearMax {get; set;}

    Property Value

    The last year of a 100-year range that can be represented by a 2-digit year.
    Exceptions
    ExceptionDescription
    The current System.Globalization.Calendar object is read-only.
    See Also