Open Garden  0.10.1-21
Data Fields
tm Struct Reference

#include <time.h>

Data Fields

unsigned char tm_sec
 
unsigned char tm_min
 
unsigned char tm_hour
 
unsigned char tm_mday
 
unsigned char tm_mon
 
int tm_year
 
unsigned char tm_wday
 
int tm_yday
 

Detailed Description

The standard struct tm.

Field Documentation

◆ tm_hour

unsigned char tm::tm_hour

Hours [0-23]

◆ tm_mday

unsigned char tm::tm_mday

Day [1-31]

◆ tm_min

unsigned char tm::tm_min

Minutes [0-59]

◆ tm_mon

unsigned char tm::tm_mon

Month [0-11]

◆ tm_sec

unsigned char tm::tm_sec

Seconds. [0-60]

◆ tm_wday

unsigned char tm::tm_wday

Day of week [0-6]

◆ tm_yday

int tm::tm_yday

Days in year [0-365]

◆ tm_year

int tm::tm_year

Year since 1900


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