Macro Name: @SEC
Returns the Seconds value of clock. Range is 00 to 59.
Example:
Returns the Seconds value of clock. Range is 00 to 59.
Example:
#include <MsgBoxConstants.au3>
;Display current seconds
MsgBox($MB_SYSTEMMODAL, "Seconds", @SEC)
;Display current seconds
MsgBox($MB_SYSTEMMODAL, "Seconds", @SEC)
- AutoIt - Get Current Hours
- AutoIt - Get Current Minutes
- AutoIt - Get Current Milliseconds
- 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