Time

From NSB App Studio
Revision as of 20:30, 8 July 2012 by Brendon (talk | contribs)
Jump to navigation Jump to search

TIME

Description

TIME returns the current system time.

Example

REM TIME Example
'TIME returns current system time
DIM RightNow
RightNow = TIME
PRINT "The time now is " & RightNow

Output

The time now is 10:52:44 PM
(sample time output is system dependant)

Related Items

DATE, DAY, DATEADD, HOUR, MINUTE, MONTH, NOW, SECOND, WEEKDAY, YEAR (and many more)