Environment: TickCount (get) |
Returns the number of milliseconds the system has been running since it started.
Public Property Get TickCount ( ) As Long
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.