JapaneseCalendar.TwoDigitYearMax Property

Definition

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

public:
 virtual property int TwoDigitYearMax { int get(); void set(int value); };
public override int TwoDigitYearMax { get; set; }
member this.TwoDigitYearMax : int with get, set
Public Overrides Property TwoDigitYearMax As Integer

Property Value

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

Exceptions

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

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

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.

Applies to

See also