Home | Libraries | People | FAQ | More |
boost::date_time::winapi::file_time_to_microseconds
// In header: <boost/date_time/filetime_functions.hpp> template<typename FileTimeT> boost::uint64_t file_time_to_microseconds(FileTimeT const & ft);
The function converts file_time into number of microseconds elapsed since 1970-Jan-01
Note | |
---|---|
Only dates after 1970-Jan-01 are supported. Dates before will be wrapped. The function is templated on the |