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

From SoftMC-Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.CLOCK}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 01:43, 2 May 2017

Language: English  • 中文(简体)‎

Returns the number of system clock ticks. This is the clock run by the operating system. One clock tick corresponds to 1 millisecond.

Syntax

?Sys.Clock

?System.Clock

Availability

All versions

Type

Long

Range

0 to MaxLong

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?System.Clock

See Also