Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
cef_time_t Struct Reference

Time information. More...

#include "include/internal/cef_time.h"

Inheritance diagram for cef_time_t:
CefTime

Public Attributes

int year
 Four or five digit year "2007" (1601 to 30827 on Windows, 1970 to 2038 on 32-bit POSIX) More...
 
int month
 1-based month (values 1 = January, etc.) More...
 
int day_of_week
 0-based day of week (0 = Sunday, etc.) More...
 
int day_of_month
 1-based day of month (1-31) More...
 
int hour
 Hour within the current day (0-23) More...
 
int minute
 Minute within the current hour (0-59) More...
 
int second
 Second within the current minute (0-59 plus leap seconds which may take it up to 60). More...
 
int millisecond
 Milliseconds within the current second (0-999) More...
 

Detailed Description

Time information.

Values should always be in UTC.

Member Data Documentation

◆ day_of_month

int cef_time_t::day_of_month

1-based day of month (1-31)

◆ day_of_week

int cef_time_t::day_of_week

0-based day of week (0 = Sunday, etc.)

◆ hour

int cef_time_t::hour

Hour within the current day (0-23)

◆ millisecond

int cef_time_t::millisecond

Milliseconds within the current second (0-999)

◆ minute

int cef_time_t::minute

Minute within the current hour (0-59)

◆ month

int cef_time_t::month

1-based month (values 1 = January, etc.)

◆ second

int cef_time_t::second

Second within the current minute (0-59 plus leap seconds which may take it up to 60).

◆ year

int cef_time_t::year

Four or five digit year "2007" (1601 to 30827 on Windows, 1970 to 2038 on 32-bit POSIX)


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