TianoCore EDK2 master
Loading...
Searching...
No Matches
tm Struct Reference

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
 
int tm_isdst
 
long tm_gmtoff
 
char * tm_zone
 

Detailed Description

Definition at line 28 of file ConstantTimeClock.c.

Field Documentation

◆ tm_gmtoff

long tm::tm_gmtoff

Definition at line 38 of file ConstantTimeClock.c.

◆ tm_hour

int tm::tm_hour

Definition at line 31 of file ConstantTimeClock.c.

◆ tm_isdst

int tm::tm_isdst

Definition at line 37 of file ConstantTimeClock.c.

◆ tm_mday

int tm::tm_mday

Definition at line 32 of file ConstantTimeClock.c.

◆ tm_min

int tm::tm_min

Definition at line 30 of file ConstantTimeClock.c.

◆ tm_mon

int tm::tm_mon

Definition at line 33 of file ConstantTimeClock.c.

◆ tm_sec

int tm::tm_sec

Definition at line 29 of file ConstantTimeClock.c.

◆ tm_wday

int tm::tm_wday

Definition at line 35 of file ConstantTimeClock.c.

◆ tm_yday

int tm::tm_yday

Definition at line 36 of file ConstantTimeClock.c.

◆ tm_year

int tm::tm_year

Definition at line 34 of file ConstantTimeClock.c.

◆ tm_zone

char * tm::tm_zone

Definition at line 39 of file ConstantTimeClock.c.


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