mu_datetime_dayofweek

From Mailutils
Revision as of 11:03, 17 December 2011 by Gray (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


#include <mailutils/datetime.h>

int mu_datetime_dayofweek (int year, int month, int day);

The mu_datetime_dayofweek function returns the day of week (Sunday being 0), corresponding to the specified date. Both month and day start with 1.

See also