[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TIME$                    Get or Set System Time

 s$ = TIME$                              ' Get System Date
 TIME$ = stringexpr                      ' Set System Date

    Returns the current system time, as an eight-character string in the
    form hh:mm:ss (Function), or sets the current system time (Statement).

  stringexpr    A string expression in the form "hh" or "hh:mm" or
                "hh:mm:ss". Leading 0s may be omitted in any of the three
                fields.

See Also: TIMER (Function)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson