tm Struct Reference

Broken down time information. More...

#include <time.h>


Data Fields

int tm_sec
 Seconds.
int tm_min
 Minutes.
int tm_hour
 Hours.
int tm_mday
 Day.
int tm_mon
 Month.
int tm_year
 Year - 1900.
int tm_wday
 Day of week.
int tm_yday
 Days in year.
int tm_isdst
 DST.
long int __tm_gmtoff
 Seconds east of UTC.
__const char * __tm_zone
 Timezone abbreviation.


Detailed Description

Broken down time information.


Field Documentation

Seconds.

[0-60] (1 leap second)

Minutes.

[0-59]

Hours.

[0-23]

Day.

[1-31]

Month.

[0-11]

Year - 1900.

Day of week.

[0-6]

Days in year.

[0-365]

DST.

[-1/0/1]

long int tm::__tm_gmtoff

Seconds east of UTC.

__const char* tm::__tm_zone

Timezone abbreviation.


The documentation for this struct was generated from the following file:

Generated on Tue Jan 20 14:29:02 2009 for ABLE LIBC by  doxygen 1.5.6