Home | Libraries | People | FAQ | More |
boost::posix_time::ptime — Time type with no timezone or other adjustments.
// In header: <boost/date_time/posix_time/ptime.hpp> class ptime { public: // types typedef posix_time_system time_system_type; typedef time_system_type::time_rep_type time_rep_type; typedef time_system_type::time_duration_type time_duration_type; typedef ptime time_type; // construct/copy/destruct ptime(gregorian::date, time_duration_type); explicit ptime(gregorian::date); ptime(const time_rep_type &); ptime(const special_values); ptime(); };