time_is_leap_year


Description:

[ 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.

Parameters:

year

The year.

Returns:

TRUE if the year is leap, FALSE if not.


Namespace: ECal
Package: libecal-2.0