22#include <kiwano/core/Duration.h>
52 static Time Now()
noexcept;
84 int64_t GetTimeStamp()
const;
88 int64_t GetMillisecondsSinceEpoch()
const;
92 std::time_t GetCTime()
const;
100 static ClockTime FromTimeStamp(int64_t timestamp)
noexcept;
114 int64_t ms_since_epoch_;
124 return ms_since_epoch_ == 0;
时钟时间
Definition: Time.h:74
bool IsZero() const
是否是零时
Definition: Time.h:122
时间段
Definition: Duration.h:48
bool IsZero() const
是否是零时
Definition: Time.h:117