MC-Basic:TIME
Revision as of 08:42, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:TIME to MC-Basic:TIME: Global renaming of Axystems: namespace into (Main):)
TIME sets the current time of day. Hours, minutes and seconds are each specified using two digits. TIME uses a 24 hour clock.
Syntax
Time <hours><minutes><seconds>
Availability
All versions
Type
Long
Range
<hours>: 00 to 23
<minutes>: 0 to 59
<seconds>: 0 to 59
Scope
Terminal
Limitations
Write only
Examples
Time 151525 ‘set time to 15:15:25