Chromium Embedded Framework (CEF)  119.4.2+g2d7731b+chromium-119.0.6045.124
CefBaseTime Class Reference

Represents a wall clock time in UTC. More...

#include "include/internal/cef_time_wrappers.h"

Inheritance diagram for CefBaseTime:
cef_basetime_t

Public Member Functions

 CefBaseTime ()
 
 CefBaseTime (const cef_basetime_t &value)
 

Static Public Member Functions

static CefBaseTime Now ()
 

Additional Inherited Members

- Public Attributes inherited from cef_basetime_t
int64_t val
 

Detailed Description

Represents a wall clock time in UTC.

Values are not guaranteed to be monotonically non-decreasing and are subject to large amounts of skew. Time is stored internally as microseconds since the Windows epoch (1601).

This is equivalent of Chromium base::Time (see base/time/time.h).

Constructor & Destructor Documentation

◆ CefBaseTime() [1/2]

CefBaseTime::CefBaseTime ( )
inline

◆ CefBaseTime() [2/2]

CefBaseTime::CefBaseTime ( const cef_basetime_t value)
inline

Member Function Documentation

◆ Now()

static CefBaseTime CefBaseTime::Now ( )
inlinestatic

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