Indicates whether specified year is a leap one.
'Declaration
Public Shared Function IsLeapYear( _
ByVal As Integer _
) As Boolean
public static bool IsLeapYear(
int
)
Parameters
- year
- The year to check.
Return Value
true if the specified year is a leap one; otherwise, false.