TaiwanCalendar: ToFourDigitYear

ToFourDigitYear

Returns a 4-digit year from a 2-digit number.



 Public Function ToFourDigitYear(
	  ByVal Year As Long ) As Long

Parameters

Year
[ByVal] Long. The year to be converted to 4-digits.

Return Values

Long -  A 4-digit year in the specific calendar.

Remarks

Because the year in the Taiwan calendar is typically less than four digits long, this implementation always returns the value of the year parameter.

See Also

Project CorLib Overview

Class TaiwanCalendar Overview