.setHHMMSS


DESCRIPTION
.setHHMMSS Sets hour, minutes, seconds.



SYNTAX
void RTC.setHHMMSS(string);


PARAMETERS
The 6 characters of the string sets the hour, minute, seconds. For example hour 13, minute 45, seconds 01 will be 134501.
rtc.setHHMMSS("101314");

RETURNS
None.


EXAMPLE


SEE ALSO
  • .setYYMMDDHHMMSS
  • .setYYMMDD
  • .setHHMMSS
  • .getYYMMDDHHMMSS
  • .getTime24