Time Shield Library
C++ library for working with time
|
Structure to represent time. More...
#include <time_struct.hpp>
Public Attributes | |
int16_t | hour |
Hour component of time (0-23) | |
int16_t | min |
Minute component of time (0-59) | |
int16_t | sec |
Second component of time (0-59) | |
int16_t | ms |
Millisecond component of time (0-999) | |
Structure to represent time.
Definition at line 13 of file time_struct.hpp.
int16_t time_shield::TimeStruct::hour |
Hour component of time (0-23)
Definition at line 14 of file time_struct.hpp.
int16_t time_shield::TimeStruct::min |
Minute component of time (0-59)
Definition at line 15 of file time_struct.hpp.
int16_t time_shield::TimeStruct::ms |
Millisecond component of time (0-999)
Definition at line 17 of file time_struct.hpp.
int16_t time_shield::TimeStruct::sec |
Second component of time (0-59)
Definition at line 16 of file time_struct.hpp.