Seconds()
Return the number of seconds elapsed since midnight.
Syntax
Seconds() --> nSeconds
Returns
Seconds() returns the system time as a numeric value in the form seconds.hundredths. The number returned is the number of seconds elapsed since midnight, and is based on a twenty-four hour clock in a range from zero to 86399.
Description
Seconds() is a time function that provides a simple method of calculating elapsed time during program execution, based on the system clock. It is related to the Time() function which returns the system time as a string in the form hh:mm:ss.
____________________________
Related Topics: