mu_datetime_year_days

From Mailutils
Revision as of 11:04, 17 December 2011 by Gray (talk | contribs) (Created page with "{{DISPLAYTITLE:mu_datetime_year_days}} <syntaxhighlight lang="C"> #include <mailutils/datetime.h> int mu_datetime_year_days (int year); </syntaxhighlight> The <tt>mu_datetime_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


#include <mailutils/datetime.h>

int mu_datetime_year_days (int year);

The mu_datetime_year_days function returns the number of days in the supplied year.

See also