Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>settime() - set the computers internal clock</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     settime() - set the computers internal clock
  Usage:    <logical> = settime(<time>)
  Params:   string <time> - a time string in the format "HH:MM:SS"
  Returns:  logical .T. if time set successfully, .F. if error.

 ---------------------------------- Example ---------------------------------

                 mtime = "  :  :  "
                 @9,0 say "Enter time: " get mtime
                 read

                 if (! settime(mtime))
                      ? "could not set time...."
                 endif


See Also: setdate() checktime() isleap() num2month()

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