Function SecToTime() Foundation

Converts seconds to a time string.

Syntax
SecToTime( <nSeconds>     , ;
           [<lHundredths>]  ;  // Default: .F.
         ) --> cTime
Return

Returns a time string. If <lHundredths> is set .T. the string includes 1/100 seconds.

Description

The function converts the number of seconds elapsed since midnight to a time string.

Feedback

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.