Boost C++ Libraries Home Libraries People FAQ More

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 };

Description

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

Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext