Software AG Products
10.7 |
Designing and Implementing Business Process Models
|
Business Rules Reference
|
Functions
|
Summary of Date Functions
|
isLeapYear(int year)
isLeapYear(int year)
Indicates whether or not the specified year is a leap year.
Input Parameters
year
Integer
The year to test the leap for.
Return Value
Boolean
Returns
true
if the specified year is a leap year,
false
otherwise.