Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetstime()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETSTIME()
 Queries the time on a Novell file server
------------------------------------------------------------------------------
 Syntax

     NNETSTIME() --> cServerTime

     Netware: 2.2 and 3.11

 Returns

     NNETSTIME() returns the default file server clock time in the format
     "HH:MM:SS".

 Description

     NOVELL NET SERVER TIME
     With NNETSTIME(), you can determine the clock time on the default file
     server.  The time, which is returned in the format "HH:MM:SS", can be
     passed with SETTIME() to DOS and with ATs to the CMOS-RAM.  In this way,
     all applications within a network can be synchronized with regard to the
     clock time.

 Examples

     .  Query the clock time of the default file server:

        ? NNETSTIME()                     // e.g. "10:28:30"

     .  Pass the clock time with an AT to CMOS-RAM:

        SETTIME(NNETSTIME(), ISAT())

See Also: NNETSETSRV() NNETSDATE()

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