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).

Example


Sub Main
    Debug.Print Timer ' example: 45188.13
End Sub

See also

Date, Now, Time