6 #ifndef AMDAEMON_ALLNET_ACCOUNTINGPLAYCOUNTITEM_H 7 #define AMDAEMON_ALLNET_ACCOUNTINGPLAYCOUNTITEM_H 55 std::wstring
toString(std::size_t countWidth = 5)
const;
62 #endif // AMDAEMON_ALLNET_ACCOUNTINGPLAYCOUNTITEM_H ::amdaemon::util::DateTime month
対象年月。年と月以外の値は無意味。
Definition: AccountingPlayCountItem.h:32
ALL.Net課金プレイ回数集計アイテム構造体。
Definition: AccountingPlayCountItem.h:26
std::uint32_t count
課金プレイ回数。
Definition: AccountingPlayCountItem.h:35
std::wstring toString(std::size_t countWidth=5) const
文字列表現値を作成する。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
マイクロ秒精度の日付時刻を表す構造体 DateTime のヘッダ。
Definition: DateTime.h:37
マイクロ秒精度の日付時刻を表す構造体 DateTime のヘッダ。
static const DateTime & min()
表現可能な最小値を持つ日付時刻値を取得する。
bool valid() const
情報が有効であるか否かを取得する。
Definition: AccountingPlayCountItem.h:40