TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
Champs de données
Référence de la structure tm

#include <clock.h>

Champs de données

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
 

Description détaillée

Structure qui contient une date et heure.

Documentation des champs

int tm::tm_hour

hours since midnight — [0, 23]

int tm::tm_isdst

Daylight Saving Time flag (1 true, 0 false, neg unavailable)

int tm::tm_mday

day of the month — [1, 31]

int tm::tm_min

minutes after the hour — [0, 59]

int tm::tm_mon

months since January — [0, 11]

int tm::tm_sec

seconds after the minute — [0, 60]

int tm::tm_wday

days since Sunday — [0, 6]

int tm::tm_yday

days since January 1 — [0, 365]

int tm::tm_year

years since 1900


La documentation de cette structure a été générée à partir des fichiers suivants :