tm Struct Reference

#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

Definition at line 62 of file time.h.

Field Documentation

◆ tm_hour

int tm_hour

Definition at line 66 of file time.h.

◆ tm_isdst

int tm_isdst

Definition at line 72 of file time.h.

◆ tm_mday

int tm_mday

Definition at line 67 of file time.h.

◆ tm_min

int tm_min

Definition at line 65 of file time.h.

◆ tm_mon

int tm_mon

Definition at line 68 of file time.h.

◆ tm_sec

int tm_sec

Definition at line 64 of file time.h.

◆ tm_wday

int tm_wday

Definition at line 70 of file time.h.

◆ tm_yday

int tm_yday

Definition at line 71 of file time.h.

◆ tm_year

int tm_year

Definition at line 69 of file time.h.


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