v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::TimeConstants Class Reference

#include <time.h>

Inheritance diagram for v8::base::TimeConstants:
Collaboration diagram for v8::base::TimeConstants:

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

◆ kHoursPerDay

int64_t v8::base::TimeConstants::kHoursPerDay = 24
staticconstexpr

Definition at line 44 of file time.h.

◆ kMicrosecondsPerDay

int64_t v8::base::TimeConstants::kMicrosecondsPerDay
staticconstexpr
Initial value:
=
static constexpr int64_t kMicrosecondsPerHour
Definition time.h:52
static constexpr int64_t kHoursPerDay
Definition time.h:44

Definition at line 53 of file time.h.

◆ kMicrosecondsPerHour

int64_t v8::base::TimeConstants::kMicrosecondsPerHour = kMicrosecondsPerMinute * 60
staticconstexpr

Definition at line 52 of file time.h.

◆ kMicrosecondsPerMillisecond

int64_t v8::base::TimeConstants::kMicrosecondsPerMillisecond = 1000
staticconstexpr

Definition at line 48 of file time.h.

◆ kMicrosecondsPerMinute

int64_t v8::base::TimeConstants::kMicrosecondsPerMinute = kMicrosecondsPerSecond * 60
staticconstexpr

Definition at line 51 of file time.h.

◆ kMicrosecondsPerSecond

int64_t v8::base::TimeConstants::kMicrosecondsPerSecond
staticconstexpr
Initial value:
=
static constexpr int64_t kMicrosecondsPerMillisecond
Definition time.h:48
static constexpr int64_t kMillisecondsPerSecond
Definition time.h:45

Definition at line 49 of file time.h.

◆ kMicrosecondsPerWeek

int64_t v8::base::TimeConstants::kMicrosecondsPerWeek = kMicrosecondsPerDay * 7
staticconstexpr

Definition at line 55 of file time.h.

◆ kMillisecondsPerDay

int64_t v8::base::TimeConstants::kMillisecondsPerDay
staticconstexpr
Initial value:

Definition at line 46 of file time.h.

◆ kMillisecondsPerSecond

int64_t v8::base::TimeConstants::kMillisecondsPerSecond = 1000
staticconstexpr

Definition at line 45 of file time.h.

◆ kNanosecondsPerMicrosecond

int64_t v8::base::TimeConstants::kNanosecondsPerMicrosecond = 1000
staticconstexpr

Definition at line 56 of file time.h.

◆ kNanosecondsPerSecond

int64_t v8::base::TimeConstants::kNanosecondsPerSecond
staticconstexpr
Initial value:
=
static constexpr int64_t kNanosecondsPerMicrosecond
Definition time.h:56
static constexpr int64_t kMicrosecondsPerSecond
Definition time.h:49

Definition at line 57 of file time.h.


The documentation for this class was generated from the following file: