PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Attributes | List of all members
tm Struct Reference
+ Collaboration diagram for tm:

Public Attributes

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
 

Detailed Description

Definition at line 39 of file thread.h.

Member Data Documentation

◆ tm_hour

int tm::tm_hour

Definition at line 42 of file thread.h.

◆ tm_isdst

int tm::tm_isdst

Definition at line 48 of file thread.h.

◆ tm_mday

int tm::tm_mday

Definition at line 43 of file thread.h.

◆ tm_min

int tm::tm_min

Definition at line 41 of file thread.h.

◆ tm_mon

int tm::tm_mon

Definition at line 44 of file thread.h.

◆ tm_sec

int tm::tm_sec

Definition at line 40 of file thread.h.

◆ tm_wday

int tm::tm_wday

Definition at line 46 of file thread.h.

◆ tm_yday

int tm::tm_yday

Definition at line 47 of file thread.h.

◆ tm_year

int tm::tm_year

Definition at line 45 of file thread.h.


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