Clock.setTime
void setTime(int h, int m, int s)Sets the clock's value using hour, minute, second.
Parameters
h | Hour (0-23) |
m | Minute (0-59) |
s | Second (0-59) |
void setTime(int h, int m, int s)Sets the clock's value using hour, minute, second.
h | Hour (0-23) |
m | Minute (0-59) |
s | Second (0-59) |