setElapsedTime

The setElapsedTime method sets the value of m_Time, the current system time.

Note: The setElapsedTime method is used for debugging purposes to start the timer at a specific time. This method is used only with great care.
Visibility
Public
Signature
RP_FRAMEWORK_DLL void setElapsedTime (timeUnit newTime); 
Parameters
newTime

Specifies the new system time


Feedback