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