AWS IoT FreeRTOS+POSIX
tm Struct Reference

calendar representation of time More...

#include <time.h>

Data Fields

time_t tm_tick
 
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

calendar representation of time

Field Documentation

◆ tm_tick

time_t tm::tm_tick

FreeRTOS tick count.

◆ tm_sec

int tm::tm_sec

Seconds [0,60]. Not used.

◆ tm_min

int tm::tm_min

Minutes [0,59]. Not used.

◆ tm_hour

int tm::tm_hour

Hour [0,23]. Not used.

◆ tm_mday

int tm::tm_mday

Day of month [1,31]. Not used.

◆ tm_mon

int tm::tm_mon

Month of year [0,11]. Not used.

◆ tm_year

int tm::tm_year

Years since 1900. Not used.

◆ tm_wday

int tm::tm_wday

Day of week [0,6] (Sunday=0). Not used.

◆ tm_yday

int tm::tm_yday

Day of year [0,365]. Not used.

◆ tm_isdst

int tm::tm_isdst

Daylight Savings flag. Not used.


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