Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
cef_basetime_t Struct Reference

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

#include "include/internal/cef_time.h"

Inheritance diagram for cef_basetime_t:
CefBaseTime

Public Attributes

int64 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).

Member Data Documentation

◆ val

int64 cef_basetime_t::val

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