#include "boost/date_time/constrained_value.hpp"
#include "boost/date_time/date_defs.hpp"
#include "boost/date_time/compiler_config.hpp"
#include <stdexcept>
#include <string>
Classes | |
struct | boost::gregorian::bad_weekday |
Exception that flags that a weekday number is incorrect. More... | |
class | boost::gregorian::greg_weekday |
Represent a day within a week (range 0==Sun to 6==Sat) More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gregorian | |
Gregorian date system based on date_time components. | |
Typedefs | |
typedef CV::simple_exception_policy < unsigned short, 0, 6, bad_weekday > | boost::gregorian::greg_weekday_policies |
typedef CV::constrained_value < greg_weekday_policies > | boost::gregorian::greg_weekday_rep |