Time function

Time[()]

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