Raymond answered this very question in his blog last year. The answer is to use chrono
He mentions the helper methods in WinRT but I don't think that is an issue if you're using pure C++.
Alternatively somebody posted a pure C++ answer using chrono
on StackOverflow. It is really just a matter of some basic math.