• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    class template
    <locale>

    std::time_base

    namespace std {
      class time_base;
    }
    

    概要

    (ここに、クラスの概要を記載する)

    メンバ型

    名前 説明
    dateorder 日付の表記順を表す列挙型

    dateorder列挙値

    名前 説明
    no_order 特定の順序を持たない
    dmy 日、月、年の順番
    mdy 月、日、年の順番
    ymd 年、月、日の順番
    ydm 年、日、月の順番

    
    

    出力

    参照