|
LiteSQL
0.3.10
|
holds time of day More...
#include <datetime.hpp>
Public Member Functions | |
| Time (int secs=0) | |
| Time (int hour, int min, int sec) | |
| int | hour () const |
| int | min () const |
| int | sec () const |
| int | secs () const |
| string | asString (string format="%u") const |
| Time & | setHour (int d) |
| Time & | setMin (int m) |
| Time & | setSec (int y) |
| Time & | setSecs (int secs) |
holds time of day