Time

From Wiki
Revision as of 18:11, 9 August 2005 by Kedrick Valorite (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

#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