Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

DAYS()

Convert elapsed seconds into days
---------------------------------------------------------------------------------

 Syntax

        DAYS(<nSecs> ) --> nDay  

 Arguments

        <nSecs>   The number of seconds    

 Returns

        <nDay>    The number of days    

 Description

      This function converts <nSecs> seconds to the equivalent number  of
      days; 86399 seconds represents one day, 0 seconds being midnight.

 Examples

      ? DAYS(2434234)
      ? "Has been passed ",DAYS(63251),' since midnight'

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant

 Platforms

      All

 Files

      Library is rtl



See Also: SECONDS() SECS() ELAPTIME()

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