Time Function

 

Time[()]

 

Returns the current system time.

 

Related topics:  To set the time use the TIME$ statement.

 

Example:

 

Sub Main

  x = Time(Now)

  Print x

End Sub