logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

std::time_base - Time format ordering data.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                               std::time_base(3cxx)

Detailed Description

       Time format ordering data.

       This class provides an enum representing different orderings of time: day, month, and year.

Name

       std::time_base - Time format ordering data.

Synopsis

       #include <locale>

       Inherited by std::time_get<_CharT,_InIter>.

   PublicTypes
       enum dateorder { no_order, dmy, mdy, ymd, ydm }

See Also