Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tm Struct Reference

#include <time.h>

Data Fields

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

Detailed Description

Definition at line 181 of file time.h.

Field Documentation

int tm_hour

Definition at line 190 of file time.h.

int tm_mday

Definition at line 192 of file time.h.

int tm_min

Definition at line 188 of file time.h.

int tm_mon

Definition at line 194 of file time.h.

int tm_sec

Definition at line 186 of file time.h.

int tm_wday

Definition at line 198 of file time.h.

int tm_yday

Definition at line 200 of file time.h.

long tm_year

Definition at line 196 of file time.h.


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