#include <boost/date_time/gregorian/gregorian.hpp>#include <boost/date_time/compiler_config.hpp>#include <boost/date_time/iso_format.hpp>#include <boost/date_time/date_format_simple.hpp>#include <boost/date_time/posix_time/posix_time_types.hpp>#include <boost/date_time/time_formatting_streams.hpp>#include <boost/date_time/time_resolution_traits.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::posix_time | |
| Defines a non-adjusted time system with nano-second resolution and stable calculation properties. | |
Functions | |
| std::string | boost::posix_time::to_simple_string (time_duration td) |
| Time duration to string -hh::mm::ss.fffffff. Example: 10:09:03.0123456. More... | |
| std::string | boost::posix_time::to_iso_string (time_duration td) |
| Time duration in iso format -hhmmss,fffffff Example: 10:09:03,0123456. More... | |
| std::string | boost::posix_time::to_simple_string (ptime t) |
| Time to simple format CCYY-mmm-dd hh:mm:ss.fffffff. More... | |
| std::string | boost::posix_time::to_simple_string (time_period tp) |
| Convert to string of form [YYYY-mmm-DD HH:MM::SS.ffffff/YYYY-mmm-DD HH:MM::SS.fffffff]. More... | |
| std::string | boost::posix_time::to_iso_string (ptime t) |
| Convert iso short form YYYYMMDDTHHMMSS where T is the date-time separator. More... | |
| std::string | boost::posix_time::to_iso_extended_string (ptime t) |
| Convert to form YYYY-MM-DDTHH:MM:SS where T is the date-time separator. More... | |