Difference between revisions of "Mu datetime dayofweek"

From Mailutils
Jump to navigationJump to search
(Created page with "{{DISPLAYTITLE:mu_datetime_dayofweek}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_dayofweek (int year, int month, int day); </syntaxhighlight> ...")
(No difference)

Revision as of 10:56, 17 December 2011


#include <mailutils/datetime.h>

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

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

See also