Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
time_formatters_limited.hpp File Reference
Include dependency graph for time_formatters_limited.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...