Function SecToTime() Foundation
Converts seconds to a time string.
SecToTime( <nSeconds> , ;
[<lHundredths>] ; // Default: .F.
) --> cTime
Returns a time string. If <lHundredths> is set .T. the string includes 1/100 seconds.
The function converts the number of seconds elapsed since midnight to a time string.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.