Time: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "TIME '''Description''' TIME returns the current system time. '''Example''' <pre> REM TIME Example 'TIME returns current system time DIM RightNow RightNow = TIME PRINT "The...")
(No difference)

Revision as of 20:28, 8 July 2012

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, NOW, DATEADD (and many more)