func_system_millisecs.rst 441 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_system_millisecs:
  2. =========
  3. MilliSecs
  4. =========
  5. MilliSecs -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. MilliSecs()
  10. Get millisecond counter
  11. #MilliSecs returns the number of milliseconds elapsed since the computer
  12. was turned on.<br>
  13. <br>
  14. A millisecond is one thousandth of a second.
  15. Parameters
  16. ==========
  17. Return Values
  18. =============
  19. Milliseconds since computer turned on.
  20. Examples
  21. ========
  22. See Also
  23. ========