[ 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).
year |
The year. |
month |
The month. |
number of days in the given month/year. |