NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

JapaneseCalendar.ToFourDigitYear

[To be supplied.]

[Visual Basic]
Overrides Public Function ToFourDigitYear( _
   ByVal year As Integer _
) As Integer
[C#]
public override int ToFourDigitYear(
   int year
);
[C++]
public: override int ToFourDigitYear(
   int year
);
[JScript]
public override function ToFourDigitYear(
   year : int
) : int;

Parameters

year
[To be supplied.]

See Also

JapaneseCalendar Class | JapaneseCalendar Members | System.Globalization Namespace