- Name
-
GetTime -- get the current time
- Synopsis
-
time$ = GetTime([secs])
- Library
-
time
- Function
-
This function gets the current time at returns it to
time$. If
the optional argument secs is True, Hollywood will also add the
seconds to the time string.
- Inputs
-
- secs
- optional: set this to
True if you want to retrieve
the seconds also
- Results
-
- time$
- current time as a string
Show TOC