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 for the latest Boost documentation.
PrevUpHomeNext

Type ymd_order_spec

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

Synopsis


enum ymd_order_spec { ymd_order_iso, ymd_order_dmy, ymd_order_us };
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext