JapaneseCalendar.TwoDigitYearMax Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides Property TwoDigitYearMax As Integer
public override int TwoDigitYearMax { get; set; }

Property Value

Type: System.Int32
The last year of a 100-year range that can be represented by a 2-digit year.

Exceptions

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.

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 ToFourDigitYear.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.