Function sbg::helpers::isLeapYear

Function Documentation

bool sbg::helpers::isLeapYear(uint16_t year)

Check if the given year is a leap year.

Parameters:

year[in] Year to check.

Returns:

True if the year is a leap year.