===== Hour, Minute, Second ====== ==== HMS() ==== Return encoded hour-minute-second === Description === HMS() This function returns the current local time of day as HHMMSS. === Parameters === none === Return value === Returns current time of day as HHMMSS. === Example usage === HMS()>123400 // returns 1 if time is past 12:34 HMS()>93000 && HMS()<180500 // returns 1 if time is between 9:30 and 18:05