JapaneseCalendar::TwoDigitYearMax Property
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)
public: property int TwoDigitYearMax { virtual int get() override; virtual void set(int value) override; }
Property Value
Type: System::Int32The last year of a 100-year range that can be represented by a 2-digit year.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value specified in a set operation is less than 99. -or- The value specified in a set operation is greater than 8011 (or MaxSupportedDateTime.Year). |
| InvalidOperationException | In a set operation, the current instance is read-only. |
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.
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0