#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>
#include <boost/date_time/time_parsing.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 | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_simple_string_type (time_duration td) |
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... | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_iso_string_type (time_duration td) |
std::string | boost::posix_time::to_iso_string (time_duration td) |
Time duration in iso format -hhmmss,fffffff Example: 10:09:03,0123456. More... | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_simple_string_type (ptime t) |
Time to simple format CCYY-mmm-dd hh:mm:ss.fffffff. More... | |
std::string | boost::posix_time::to_simple_string (ptime t) |
Time to simple format CCYY-mmm-dd hh:mm:ss.fffffff. More... | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_simple_string_type (time_period tp) |
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... | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_iso_string_type (ptime t) |
std::string | boost::posix_time::to_iso_string (ptime t) |
Convert iso short form YYYYMMDDTHHMMSS where T is the date-time separator. More... | |
template<class charT > | |
std::basic_string< charT > | boost::posix_time::to_iso_extended_string_type (ptime t) |
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... | |
std::wstring | boost::posix_time::to_simple_wstring (time_duration td) |
Time duration to wstring -hh::mm::ss.fffffff. Example: 10:09:03.0123456. More... | |
std::wstring | boost::posix_time::to_iso_wstring (time_duration td) |
Time duration in iso format -hhmmss,fffffff Example: 10:09:03,0123456. More... | |
std::wstring | boost::posix_time::to_simple_wstring (ptime t) |
std::wstring | boost::posix_time::to_simple_wstring (time_period tp) |
Convert to wstring of form [YYYY-mmm-DD HH:MM::SS.ffffff/YYYY-mmm-DD HH:MM::SS.fffffff]. More... | |
std::wstring | boost::posix_time::to_iso_wstring (ptime t) |
Convert iso short form YYYYMMDDTHHMMSS where T is the date-time separator. More... | |
std::wstring | boost::posix_time::to_iso_extended_wstring (ptime t) |
Convert to form YYYY-MM-DDTHH:MM:SS where T is the date-time separator. More... | |