|
static constexpr int64_t | kHoursPerDay = 24 |
|
static constexpr int64_t | kMillisecondsPerSecond = 1000 |
|
static constexpr int64_t | kMillisecondsPerDay |
|
static constexpr int64_t | kMicrosecondsPerMillisecond = 1000 |
|
static constexpr int64_t | kMicrosecondsPerSecond |
|
static constexpr int64_t | kMicrosecondsPerMinute = kMicrosecondsPerSecond * 60 |
|
static constexpr int64_t | kMicrosecondsPerHour = kMicrosecondsPerMinute * 60 |
|
static constexpr int64_t | kMicrosecondsPerDay |
|
static constexpr int64_t | kMicrosecondsPerWeek = kMicrosecondsPerDay * 7 |
|
static constexpr int64_t | kNanosecondsPerMicrosecond = 1000 |
|
static constexpr int64_t | kNanosecondsPerSecond |
|
Definition at line 42 of file time.h.
◆ kMicrosecondsPerDay
constexpr int64_t v8::base::TimeConstants::kMicrosecondsPerDay |
|
static |
Initial value:=
kMicrosecondsPerHour * kHoursPerDay
Definition at line 53 of file time.h.
◆ kMicrosecondsPerSecond
constexpr int64_t v8::base::TimeConstants::kMicrosecondsPerSecond |
|
static |
Initial value:=
kMicrosecondsPerMillisecond * kMillisecondsPerSecond
Definition at line 49 of file time.h.
◆ kMillisecondsPerDay
constexpr int64_t v8::base::TimeConstants::kMillisecondsPerDay |
|
static |
Initial value:=
kMillisecondsPerSecond * 60 * 60 * kHoursPerDay
Definition at line 46 of file time.h.
◆ kNanosecondsPerSecond
constexpr int64_t v8::base::TimeConstants::kNanosecondsPerSecond |
|
static |
Initial value:=
kNanosecondsPerMicrosecond * kMicrosecondsPerSecond
Definition at line 57 of file time.h.
The documentation for this class was generated from the following file: