|
TacOS
0.2
|
#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 |
Structure qui contient une date et heure.
| 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
1.8.7