Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>set the dos system time.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Set the DOS system time.
------------------------------------------------------------------------------

 Syntax

        GT_SetTime(<cTime>) --> lSetOk

 Arguments:

      <cTime> is a string parameter that is a time in the same format
      as that returned by the Clipper Time() function.

 Returns:

      If the time was set ok, GT_SetTime() returns true (.T.), if not
      it returns false (.F.).

 Description:

      GT_SetTime() can be used to set the DOS system time to a new
      value.

 Examples:

      // Set the DOS system time to midday.

      ? GT_SetTime("12:00:00")

 Source: SETTIME.C

 Author:  Dave Pearson

See Also: GT_SETDATE()

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