![]() |
API参考
|
Basic time data structure definition. 更多...
#include <bsl_sal.h>
Public 属性 | |
| uint16_t | year |
| uint8_t | month |
| uint8_t | day |
| uint8_t | hour |
| uint8_t | minute |
| uint16_t | millSec |
| uint8_t | second |
| uint16_t | microSec |
Basic time data structure definition.
| uint8_t BSL_TIME::day |
Day, the value range is [1, 31].
| uint8_t BSL_TIME::hour |
Hour, the value range is [0, 23].
| uint16_t BSL_TIME::microSec |
Microseconds, the value range is [0, 999].
| uint16_t BSL_TIME::millSec |
Millisecond, the value range is [0, 999].
| uint8_t BSL_TIME::minute |
Minute, the value range is [0, 59].
| uint8_t BSL_TIME::month |
Month. the value range is [1, 12].
| uint8_t BSL_TIME::second |
Second, the value range is [0, 59].
| uint16_t BSL_TIME::year |
Year. the value range is [0, 65535].