IsLeapYear
Determine whether a given integer value represents a leap year.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Number representing the year to test. |
Examples
Related
Last updated