Time()
Return the system time.
Syntax
Time() --> cTimeString
Returns
Time() returns the system time as a character string in the form hh:mm:ss. hh is hours in 24-hour format, mm is minutes, and ss is seconds.
Description
Time() returns the system time. It is related to Seconds() which returns the number of seconds since midnight. Seconds() is generally used in place of Time() for time calculations. If you do not wish to show the seconds portion of Time() use the SubStr() or Left() functions to truncate the Time() string.
____________________________
Related Topics: