MC-Basic:TIME

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See Also