TwoDigitYearMax Property
Collapse the table of content
Expand the table of content

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

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

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.

ExceptionCondition
ArgumentOutOfRangeException

The value specified in a set operation is less than 99.

-or-

The value specified in a set operation is greater than MaxSupportedDateTime.Year.

InvalidOperationException

In a set operation, the current instance is read-only.

This property implements Calendar.TwoDigitYearMax.

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.0

Windows Phone

Show:
© 2017 Microsoft