JapaneseCalendar.TwoDigitYearMax Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32The last year of a 100-year range that can be represented by a 2-digit year.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | In a set operation, the value assigned is less than 99. -or- In a set operation, the value assigned is greater than 8011. |
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 ToFourDigitYear.