Time function
Time[()]
Returns the current system time.
Example
Sub Main
   x = Time(Now)
   Print x
End Sub