V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::TimeConstants Class Reference
Inheritance diagram for v8::base::TimeConstants:
v8::base::time_internal::TimeBase< ThreadTicks > v8::base::time_internal::TimeBase< Time > v8::base::time_internal::TimeBase< TimeTicks > v8::base::time_internal::TimeBase< TimeClass > v8::base::ThreadTicks v8::base::Time v8::base::TimeTicks

Static Public Attributes

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
 

Detailed Description

Definition at line 42 of file time.h.

Member Data Documentation

◆ 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: