Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type ymd_order_spec

boost::date_time::ymd_order_spec — Enum for distinguishing the order of Month, Day, & Year.

Synopsis

// In header: <boost/date_time/parse_format_base.hpp>



enum ymd_order_spec { ymd_order_iso, ymd_order_dmy, ymd_order_us };

Description

Enum for distinguishing the order in which Month, Day, & Year will appear in a date string


PrevUpHomeNext