logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for AVR-LibC from the source code.

AVR-LibC                                          Version 2.2.1                                  week_date(3avr)

Detailed Description

       Structure which represents a date as a year, week number of that year, and day of week. See
       http://en.wikipedia.org/wiki/ISO_week_date for more information.

Field Documentation

intweek_date::day
       day within week

   intweek_date::week
       week number (#1 is where first Thursday is in)

   intweek_date::year
       year number (Gregorian calendar)

Name

       week_date

Synopsis

       #include <time.h>

   DataFields
       int year
       int week
       int day

See Also