PatchworkOS
Loading...
Searching...
No Matches
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 20 of file time.h.

Field Documentation

◆ tm_hour

int tm::tm_hour

Definition at line 24 of file time.h.

Referenced by _time_normalize(), localtime_r(), mktime(), print_stat(), procedure(), and taskbar_update_clock().

◆ tm_isdst

int tm::tm_isdst

Definition at line 30 of file time.h.

Referenced by localtime_r(), and mktime().

◆ tm_mday

int tm::tm_mday

◆ tm_min

int tm::tm_min

Definition at line 23 of file time.h.

Referenced by _time_normalize(), localtime_r(), mktime(), print_stat(), procedure(), and taskbar_update_clock().

◆ tm_mon

int tm::tm_mon

◆ tm_sec

int tm::tm_sec

Definition at line 22 of file time.h.

Referenced by _time_normalize(), localtime_r(), mktime(), and procedure().

◆ tm_wday

int tm::tm_wday

Definition at line 28 of file time.h.

Referenced by _time_day_of_week(), and localtime_r().

◆ tm_yday

int tm::tm_yday

Definition at line 29 of file time.h.

Referenced by _time_day_of_year(), localtime_r(), and mktime().

◆ tm_year

int tm::tm_year

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