How can I get QDateTime to return the time in second and micro second
Unsolved
General and Desktop
-
I am trying to replace ACE_Time_Value and I want to print the current time as <second>.<microsecond> .
QDateTime has a function currentMSecsSinceEpoch() which return the time in millisecond. but I need a more refine the millisecond. -
-
I am trying to replace ACE_Time_Value and I want to print the current time as <second>.<microsecond> .
QDateTime has a function currentMSecsSinceEpoch() which return the time in millisecond. but I need a more refine the millisecond. -
Thanks for you response