libcmml
0.9.1
|
#include <cmml.h>
Data Fields | |
short | tm_hsec |
short | tm_sec |
short | tm_min |
short | tm_hour |
short | tm_mday |
short | tm_mon |
short | tm_year |
CMML_UTC: utc time specification struct similar to the one defined in time.h
short CMML_UTC::tm_hsec |
hundreds of seconds [0-99]
short CMML_UTC::tm_sec |
seconds after the minute [0-59]
short CMML_UTC::tm_min |
minutes after the hour [0-59]
short CMML_UTC::tm_hour |
hours since midnight [0-23]
short CMML_UTC::tm_mday |
day of the month [1-31]
short CMML_UTC::tm_mon |
months since January [1-12]
short CMML_UTC::tm_year |
years including century