[ CCode ( cname = "time_is_leap_year" ) ]
public bool time_is_leap_year (int year)
Returns whether the specified year is a leap year.
Year is the normal year, e.g. 2001.
year |
The year. |
TRUE if the year is leap, FALSE if not. |