holds time of day
More...
#include <datetime.hpp>
|
|
| 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) |
The documentation for this class was generated from the following files: