Difference between revisions of "Time"

From Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #time ==
+
{{header|Miscellaneous|ro|Represents the local time of the computer that EasyUO is running on.
'''Miscellaneous System Variables'''
+
The format is HHMMSS, where HH is the hour in 24 hour format, MM is the minutes and SS is the seconds.}}
=== Description ===
+
{{ro}}
+
 
+
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 ====
 
==== Example ====
Line 19: Line 13:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var_date|&#0035;date]] || Width=200px | [[Var_sysTime|&#0035;sysTime]] || Width=200px | [[Var_sCnt|&#0035;sCnt]] || Width=200px | [[Var_sCnt2|&#0035;sCnt2]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
|}
+

Revision as of 11:56, 26 August 2005

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

Main Page Documentation