Environment: TickCount (get)

TickCount

Returns the number of milliseconds the system has been running since it started.



 Public Property Get TickCount ( ) As Long

Return Values

Long -  Number of milliseconds since the system booted up.

Remarks

Once the maximum value is reached, it will wrap around to be negative, at which point negative values will be returned until 0 is reached. Wrapping to negative will take place in approximatively 24.85 days.

Read Only.

See Also

Project CorLib Overview

Class Environment Overview