time_day_of_year


Description:

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

Returns the 1-based day number within the year of the specified date.

Year is the normal year, e.g. 2001. Month is 0 to 11.

Parameters:

day

The day.

month

The month.

year

The year.

Returns:

the day of the year.


Namespace: ECal
Package: libecal-2.0