TaiwanCalendar: ToFourDigitYear |
Returns a 4-digit year from a 2-digit number.
Public Function ToFourDigitYear( ByVal Year As Long ) As Long
Because the year in the Taiwan calendar is typically less than four digits long, this implementation always returns the value of the year parameter.