Represents the components of calendar time.
- See also
- baTime2tm
-
baTm2Time
-
baParseDate
#include <BaServerLib.h>
|
|
int | tm_sec |
| | seconds after the minute [0,59]
|
| |
|
int | tm_min |
| | minutes after the hour [0,59]
|
| |
|
int | tm_hour |
| | hours since midnight [0,23]
|
| |
|
int | tm_mday |
| | day of the month [0,31]
|
| |
|
int | tm_mon |
| | months since January [0,11]
|
| |
|
int | tm_year |
| | Years since 0000 (baTime2tmEx) or since 1900 (baTime2tm)
|
| |
|
int | tm_wday |
| | days since Sunday [0,6]
|
| |
|
int | tm_yday |
| | days since January 1
|
| |
|
int | nsec |
| | Nano seconds.
|
| |
|
int | offset |
| | Time zone offset in minutes.
|
| |