public static int CenturyOfYear( int year )
Dim year As Integer Dim returnValue As Integer returnValue = ExtendedDateTimeCalculator.CenturyOfYear(year)
public: static int CenturyOfYear( int year )
No code example is currently available or this language may not be supported.
In This Article