Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - sstoh(<n seconds>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SSTOH(<N seconds>)
 Converts seconds to hours.
 Returns <expN> number of hours that equal <seconds>.

 Useful in applications that handle time by hours.

 * Time an operation
 start_time = SECONDS()
 <operation to be timed>
 end_time = SECONDS()       % SECONDS() is Clipper only function

 * Total time of operation in seconds
 secs_time = end_time - start_time

 * Total time of operation in hours
 hours_time = SSTOH( secs_time )


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: HTOSS() TIMESTR() TSTOH()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson