API Time.GetLeapYear
From Flowcode Help
Jump to navigationJump to search| GetLeapYear | |
| Returns true if the given year is a leap year, else false | |
| Year | |
| The year to check for a leap-year | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
- Add to a calculation icon:
result = ::Time.GetLeapYear(year)
No additional examples