Just a simple structure with the hour and minutes. More...
#include <SimpleTTSBase.h>
Public Member Functions | |
SimpleTime (int hour, int minutes) | |
bool | operator== (const SimpleTime &alt) |
bool | operator!= (const SimpleTime &alt) |
Public Attributes | |
int | hour = 0 |
int | minute = 0 |
Just a simple structure with the hour and minutes.