Difference between revisions of "MC-Basic:TIMEDATE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.DATE|SYSTEM.DATE]]
+
* [[MC-Basic:SYSTEM.DATE|SYSTEM.DATE]]
 
* [[Axystems:MC-Basic:SYSTEM.TIME|SYSTEM.TIME]]
 
* [[Axystems:MC-Basic:SYSTEM.TIME|SYSTEM.TIME]]
 
* [[Axystems:MC-Basic:TIME|TIME]]
 
* [[Axystems:MC-Basic:TIME|TIME]]

Revision as of 08:41, 22 May 2014

Queries the time and date. The time and date are returned in the format:
<day of week> <month> <day of month>

Syntax

?TimeDate

Availability

All versions

Type

Long

Range

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

Scope

Terminal

Limitations

Read only

Examples

� ?Timedate
   SUN AUG 03 14:36:36 2001

See Also