Function

ECaltime_is_leap_year

Declaration [src]

gboolean
time_is_leap_year (
  gint year
)

Description [src]

Returns whether the specified year is a leap year. Year is the normal year, e.g. 2001.

Parameters

year

Type: gint

The year.

Return value

Type: gboolean

TRUE if the year is leap, FALSE if not.