Macro Name: @MSEC
Returns the Milliseconds value of clock. Range is 000 to 999. The update frequency of this value depends on the timer resolution of the hardware and may not update every millisecond.
Example:
Returns the Milliseconds value of clock. Range is 000 to 999. The update frequency of this value depends on the timer resolution of the hardware and may not update every millisecond.
Example:
#include <MsgBoxConstants.au3>
;Display current milliseconds
MsgBox($MB_SYSTEMMODAL, "Milliseconds", @MSEC)
;Display current milliseconds
MsgBox($MB_SYSTEMMODAL, "Milliseconds", @MSEC)
- AutoIt - Get Current Hours
- AutoIt - Get Current Minutes
- AutoIt - Get Current Seconds
- AutoIt - Get Current Date
- AutoIt - Get Current Day of Month
- AutoIt - Get Current Month
- AutoIt - Get Current Year
- AutoIt - Get Current Week Day
- AutoIt - Get Current Day of Year
Interesting? Share and Let Others Know.
Post a Comment