[ CCode ( cname = "time_day_of_week" ) ]
public int time_day_of_week (int day, int month, int year)
Returns the day of the week for the specified date, 0 (Sun) to 6 (Sat).
For the days that were removed on the Gregorian reformation, it returns Thursday. Year is the normal year, e.g. 2001. Month is 0 to 11.
day |
The day. |
month |
The month. |
year |
The year. |
the day of the week for the given date. |