Contents
Display Legacy Contents

 Print
    TickCount  
This Function returns a <numeric>, which is the number of milliseconds passed since the last time the system was started.

     
Lets assume that the system was started exactly 1 hour ago.
 
Example 1
TickCount()

Result = 3600000


See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:34 PM