Returns a value indicating whether the specified year is a leap year.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static boolean isLeapYear ( |
A 4-digit year.
true if year is a leap year; otherwise, false.
See Also