time_days_in_month


Description:

[ CCode ( cname = "time_days_in_month" ) ]
public int time_days_in_month (int year, int month)

Returns the number of days in the month.

Year is the normal year, e.g. 2001. Month is 0 (Jan) to 11 (Dec).

Parameters:

year

The year.

month

The month.

Returns:

number of days in the given month/year.


Namespace: ECal
Package: libecal-2.0