FreeRTOS: POSIX
Return to main page ↑
tm Struct Reference

represents calendar time More...

#include <time.h>

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
 

Detailed Description

represents calendar time

Field Documentation

◆ tm_sec

int tm::tm_sec

Second.

◆ tm_min

int tm::tm_min

Minute.

◆ tm_hour

int tm::tm_hour

Hour.

◆ tm_mday

int tm::tm_mday

Day of month.

◆ tm_mon

int tm::tm_mon

Month of year.

◆ tm_year

int tm::tm_year

Years since 1900.

◆ tm_wday

int tm::tm_wday

Day of week.

◆ tm_yday

int tm::tm_yday

Day of year.

◆ tm_isdst

int tm::tm_isdst

Daylight Savings flag.


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