MicrOS
tm Struct Reference

Time structure. More...

#include <time.h>

Public Attributes

uint32_t tm_sec
 Seconds after the minute. More...
 
uint32_t tm_min
 Minutes after the hour. More...
 
uint32_t tm_hour
 Hours since midnight. More...
 
uint32_t tm_mday
 Day of the month. More...
 
uint32_t tm_mon
 Months since January. More...
 
uint32_t tm_year
 Years since 1900. More...
 
uint32_t tm_wday
 Days since Sunday. More...
 
uint32_t tm_yday
 Days since January 1. More...
 
uint32_t tm_isdst
 Daylight Saving Time flag. More...
 

Detailed Description

Time structure.

Member Data Documentation

◆ tm_hour

uint32_t tm::tm_hour

Hours since midnight.

◆ tm_isdst

uint32_t tm::tm_isdst

Daylight Saving Time flag.

◆ tm_mday

uint32_t tm::tm_mday

Day of the month.

◆ tm_min

uint32_t tm::tm_min

Minutes after the hour.

◆ tm_mon

uint32_t tm::tm_mon

Months since January.

◆ tm_sec

uint32_t tm::tm_sec

Seconds after the minute.

◆ tm_wday

uint32_t tm::tm_wday

Days since Sunday.

◆ tm_yday

uint32_t tm::tm_yday

Days since January 1.

◆ tm_year

uint32_t tm::tm_year

Years since 1900.


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