Function CSPSession::GetTime()
Description:
Retrieves the amount of time in milliseconds ellapsed since the system start up, when the Session was last refreshed.
 |
Prototype:
unsigned long GetTime() const;
Arguments:
No arguments (void).
Return value:
Returns the amount of time ellapsed.
See also:
member variable Timeout
|
|