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 - htoss(<n hours>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 HTOSS(<N hours>)
 Converts hours to seconds.
 Returns <expN> number of seconds that equal <hours>.

 Useful in applications that handle time by hours.

 hours = 32.63
 secs  = HTOSS( hours )

 days_spent = INT( SSTOD(secs) )
 time_spent = TIMESTR( secs )

 * Total time is days_spent plus time_spent
 * days_spent contains 1
 * time_spent contains "08:37:48"


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: SSTOH() TIMESTR() TSTOH()

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