MC-Basic:SYSTEM.TIME

From SoftMC-Wiki
Revision as of 08:42, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:SYSTEM.TIME to MC-Basic:SYSTEM.TIME: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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