Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

_tm Struct Reference
[Timeadds]

#include <time.h>


Data Fields

int tm_sec
int tm_min
int tm_hour
int tm_mday
int tm_mon
int tm_year
int tm_wday
int tm_yday


Detailed Description

Structure to store calendar information.


Field Documentation

int _tm::tm_hour
 

Hours. [0-23]

int _tm::tm_mday
 

Day. [1-31]

int _tm::tm_min
 

Minutes. [0-59]

int _tm::tm_mon
 

Month. [0-11]

int _tm::tm_sec
 

Seconds. [0-60] (1 leap second)

int _tm::tm_wday
 

Day of week. [0-6]

int _tm::tm_yday
 

Days in year.[0-365]

int _tm::tm_year
 

Year - 1900.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 30 22:30:56 2003 for EduNet by doxygen1.2.18