.getMinuteSt


DESCRIPTION
Returns a string of the Minute. If the Minute is less then 10, adds a leading zero in front of the Minute.


SYNTAX
rtc.getMinuteSt();


PARAMETERS
none

RETURNS
Returns a string of the Minute. If the Minute is less then 10, adds a leading zero in front of the Minute.


EXAMPLE


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