Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> nwlogintime() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    NWLoginTime()

Purpose:     Retrieve the login time of the current connection

Syntax:      NWLoginTime()

Arguments:   None

Returns:     Login time as a Clipper character string, format HH:MM:SS

Description: This function returns the time that the requesting station
             last logged into the file server.  The time is returned as
             a character string in the same format as the TIME() function.

Notes:       The time returned is for the connection to the default file
             server.

Example:     ? " User: " + NWLoginId() +;
               " logged into station #" + LTRIM(STR(NWConnectId())) +;
               " at " + NWLoginTime()

See also:    NWConnectId(), NWLoginId()

Source:      NOVCLIP.C

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