#include <boost/date_time/gregorian/greg_date.hpp>
#include <boost/date_time/int_adapter.hpp>
#include <boost/date_time/adjust_functors.hpp>
#include <boost/date_time/date_duration_types.hpp>
#include <boost/date_time/gregorian/greg_duration.hpp>
Classes | |
struct | boost::gregorian::greg_durations_config |
config struct for additional duration types (ie months_duration<> & years_duration<>) More... | |
class | boost::gregorian::weeks_duration |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gregorian | |
Gregorian date system based on date_time components. | |
Typedefs | |
typedef date_time::months_duration < greg_durations_config > | boost::gregorian::months |
typedef date_time::years_duration < greg_durations_config > | boost::gregorian::years |
typedef weeks_duration | boost::gregorian::weeks |