Subject: [Boost-users] How to convert boost::posix_time::ptime to FILETIME structure?
From: Archie14 (admin_at_[hidden])
Date: 2009-02-03 13:10:32


Is there any helper function to convert boost::posix_time::ptime to FILETIME?

I am trying to pass datetime value from boost-based app to another (C#). Looks
like that FILETIME (that can be represented as long) is a good option, besides
string. May be there is better alternative?