Adaptive Framework
0.9.0
|
time with no time zone. More...
#include <afw_common.h>
Data Fields | |
afw_uint8_t | hour |
afw_uint8_t | minute |
afw_uint8_t | second |
afw_uint32_t | microsecond |
time with no time zone.
Definition at line 1726 of file afw_common.h.
afw_uint8_t hour |
Hour (0-24). If hour is 24 then other values must be 0.
Definition at line 1729 of file afw_common.h.
afw_uint32_t microsecond |
Microsecond (0-999999).
Definition at line 1738 of file afw_common.h.
afw_uint8_t minute |
Minute (0-59).
Definition at line 1732 of file afw_common.h.
afw_uint8_t second |
Second (0-60+). 60 or more is allowed for leap seconds.
Definition at line 1735 of file afw_common.h.