GregorianCalendar.isLeapYear
Class Overview | Class Members |
This Package |
All Packages
public boolean isLeapYear( int year )
Parameters
- year
- the given year.
Returns
true if the given year is a leap year; false otherwise.
Description
Determines if the given year is a leap year. Returns true if the
given year is a leap year.