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