JapaneseCalendar.ToFourDigitYear Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Converts the specified year to a four-digit year by using the TwoDigitYearMax property to determine the appropriate century.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides Function ToFourDigitYear ( _
year As Integer _
) As Integer
public override int ToFourDigitYear(
int year
)
Parameters
- year
Type: System.Int32
An integer (usually two digits) that represents the year to convert.
Return Value
Type: System.Int32
An integer that contains the four-digit representation of year.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | year is outside the range supported by the calendar. |
Remarks
This method implements Calendar.ToFourDigitYear.
Because the year in the Japanese calendar is typically less than four digits long, this implementation always returns the value of the year parameter unchanged if year is a two-digit value. If the application supplies a four-digit value, or if it supplies a negative value, ToFourDigitYear throws an exception.
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.