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