class TimeProvider : public nn::nex::RootObject
Time provider class.
Time providers are class objects that provide time values. The SystemClock
class and SessionClock
class use the values provided by this class to perform time calculations. To set a time provider customized by the application, you must derive a class from this class and override the GetTime
function in its implementation.
Even when this class is not used, the system still provides a default time provider. You can customize this class to create a time provider that is more precise or performs better than the default time provider.
PV |
GetTime
|
Returns the time defined by the time provider. |
---|
nn::nex::RootObject
nn::nex::TimeProvider
CONFIDENTIAL