1 TIME$ The TIME$ function returns a string displaying the time of day in the form HH:MM AM or HH:MM PM. An argument of zero returns the current time. Example Current_time$ = TIME$(0%) 2 Syntax str-var = TIME$(int-exp)