time_base

class time_base {
public:
    enum dateorder {no_order, dmy, mdy, ymd, ydm};
    };

The class serves as a base class for facets of template class time_get. It defines just the enumerated type dateorder and several constants of this type. Each of the constants characterizes a different way to order the components of a date. The constants are: