func_system_currenttime.rst 455 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _func_system_currenttime:
  2. ===========
  3. CurrentTime
  4. ===========
  5. CurrentTime -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CurrentTime$()
  10. Get current time
  11. Returns the current time in the format: HH:MM:SS (i.e. 14:31:57).
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The current time as a string
  17. Examples
  18. ========
  19. .. code-block:: blitzmax
  20. ' currenttime.bmx
  21. Print "The time is "+CurrentTime$()
  22. See Also
  23. ========