Time Statement [Runtime]/text/sbasic/shared/03030302.xhpSun Microsystems, Inc.converted from old format - fpeTime statementTime Statement [Runtime]This function returns the current system time as a string in the format "HH:MM:SS".Syntax:TimeParameters:Text: Any string expression that specifies the new time in the format "HH:MM:SS".Example:Sub ExampleTimeMsgBox Time,0,"The time is"end sub