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

 Useful in applications that handle time by minutes.

 minutes = 285.61
 secs = MTOSS( minutes )

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

 * Total time is days_spent plus time_spent
 * days_spent contains 0
 * time_spent contains "04:45:36"


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: SSTOM() TIMESTR() TSTOM()

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