virtual Time GetTime() = 0;
None.
Returns the time defined by the time provider.
This function is a pure virtual function. You must implement it when you create a derived class.
CONFIDENTIAL