System.Globalization.JapaneseCalendar.TwoDigitYearMax Property

Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.

Syntax

public override int TwoDigitYearMax { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property implements Calendar.TwoDigitYearMax.

Because the year in the Japanese calendar is typically less than four digits long, this implementation returns 99 by default and does not affect the return value of JapaneseCalendar.ToFourDigitYear(int).

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0