Difference between revisions of "MC-Basic:SYSTEM.TIME"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:SYSTEM.TIME to MC-Basic:SYSTEM.TIME: Global renaming of Axystems: namespace into (Main):)
m
Line 39: Line 39:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Revision as of 14:31, 28 May 2014

This command queries or sets the current time of day. Hours, minutes, and seconds are each specified using two digits. The softMC uses 24 hour clock notation.

Syntax

Sys.Time = “<hours>:<minutes>:<seconds>

System.Time = “<hours>:<minutes>:<seconds>

Availability

All versions

Type

String

Range

<hours>: 00 to 23
<minutes>: 0 to 59
<seconds'>: 0 to 59

Scope

Terminal

Examples

System.Time = “15:15:25”                                       ‘set time to 15:15:25

See Also