Timer Function

Syntax              Timer

Group                Time/Date

Description       Return the number of seconds past midnight. (This is a real number, accurate to about 1/18th of a second.)

See Also            Date, Now, Time.

Example            '#Language "WWB-COM"
Sub Main
    Debug.Print Timer ' example: 45188.13
EndSub