Converts the specified year to the appropriate century by using the TwoDigitYearMax property.
[Visual Basic] Overridable Public Function ToFourDigitYear( _ ByVal year As Integer _ ) As Integer [C#] public virtual int ToFourDigitYear( int year ); [C++] public: virtual int ToFourDigitYear( int year ); [JScript] public function ToFourDigitYear( year : int ) : int;
Calendar Class | Calendar Members | System.Globalization Namespace