Difference between revisions of "MC-Basic:TIME"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Time ''<hours><minutes><seconds>'' |AVAILABILITY= All versions |DESCRIPTION= TIME sets the current time of day. Hours, minutes and seconds ar…') |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:TIME}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 30: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Write | + | Write only |
|EXAMPLE= | |EXAMPLE= | ||
Line 36: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.DATE|SYSTEM.DATE]] |
− | * [[ | + | * [[MC-Basic:SYSTEM.TIME|SYSTEM.TIME]] |
− | * [[ | + | * [[MC-Basic:TIMEDATE|TIMEDATE]] |
}} | }} |
Latest revision as of 09:09, 2 May 2017
Language: | English • 中文(简体) |
---|
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