Difference between revisions of "Time"
From Wiki
m |
|||
Line 21: | Line 21: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | [[ | + | | Width=200px | [[Var_date|#date]] || Width=200px | [[Var_sysTime|#sysTime]] || Width=200px | [[Var_sCnt|#sCnt]] || Width=200px | [[Var_sCnt2|#sCnt2]] |
|} | |} | ||
---- | ---- |
Revision as of 17:43, 10 August 2005
#time
Miscellaneous System Variables
Description
⇒
Represents the local time of the computer that EasyUO is running on.
The format is HHMMSS, where HH is the hour in 24 hour format, MM is the minutes and SS is the seconds.
Example
if #time = 120000 { event SysMessage Time for lunch! pause }
See Also
#date | #sysTime | #sCnt | #sCnt2 |
Main_Page | Documentation | Miscellaneous System Variables |