Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - tm this structure, defined in time.h, is used by the_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tm               This structure, defined in time.h, is used by the_
                    asctime, gmtime, and localtime functions to  store
                    and retrieve time information.


                    Definition:
                       struct tm
                       {   int   tm_sec,      /* seconds 0..59         */
                           tm_min,      /* minutes 0..59         */
                           tm_hour,   /* hour of day 0..23         */
                           tm_mday,   /* day of month 1..31         */
                           tm_mon,      /* month 0..11            */
                           tm_year,   /* years since 1900         */
                           tm_wday,   /* day of week, 0..6 (Sunday..Saturday)   */
                           tm_yday,   /* day of year, 0..365         */
                           tm_isdst;   /* >0 if daylight savings time      */
                                 /* ==0 if not DST         */
                                 /* <0 if don't know         */
                       };

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson