Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
date_defs.hpp File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Enumerations

enum  boost::date_time::weekdays {
  boost::date_time::Sunday,
  boost::date_time::Monday,
  boost::date_time::Tuesday,
  boost::date_time::Wednesday,
  boost::date_time::Thursday,
  boost::date_time::Friday,
  boost::date_time::Saturday
}
 An enumeration of weekday names. More...
 
enum  boost::date_time::months_of_year {
  boost::date_time::Jan =1,
  boost::date_time::Feb,
  boost::date_time::Mar,
  boost::date_time::Apr,
  boost::date_time::May,
  boost::date_time::Jun,
  boost::date_time::Jul,
  boost::date_time::Aug,
  boost::date_time::Sep,
  boost::date_time::Oct,
  boost::date_time::Nov,
  boost::date_time::Dec,
  boost::date_time::NotAMonth,
  boost::date_time::NumMonths
}
 Simple enum to allow for nice programming with Jan, Feb, etc. More...