'Declaration
Public Overloads Overridable Function ToFourDigitYear( _ ByVal year As Integer, _ ByVal twoDigitYearMax As Integer _ ) As Integer
public virtual int ToFourDigitYear( int year, int twoDigitYearMax )
Parameters
- year
- A two-digit integer that represents the year to convert.
- twoDigitYearMax
- A int value indicates the two digit year max.
Return Value
An integer that contains the four-digit representation of year.