Public Attributes | List of all members
absl::Time::Breakdown Struct Reference

#include <time.h>

Public Attributes

int day
 
int hour
 
bool is_dst
 
int minute
 
int month
 
int offset
 
int second
 
Duration subsecond
 
int weekday
 
int64_t year
 
int yearday
 
const char * zone_abbr
 

Detailed Description

Definition at line 622 of file time.h.

Member Data Documentation

◆ day

int absl::Time::Breakdown::day

Definition at line 626 of file time.h.

◆ hour

int absl::Time::Breakdown::hour

Definition at line 627 of file time.h.

◆ is_dst

bool absl::Time::Breakdown::is_dst

Definition at line 640 of file time.h.

◆ minute

int absl::Time::Breakdown::minute

Definition at line 628 of file time.h.

◆ month

int absl::Time::Breakdown::month

Definition at line 625 of file time.h.

◆ offset

int absl::Time::Breakdown::offset

Definition at line 639 of file time.h.

◆ second

int absl::Time::Breakdown::second

Definition at line 629 of file time.h.

◆ subsecond

Duration absl::Time::Breakdown::subsecond

Definition at line 630 of file time.h.

◆ weekday

int absl::Time::Breakdown::weekday

Definition at line 631 of file time.h.

◆ year

int64_t absl::Time::Breakdown::year

Definition at line 624 of file time.h.

◆ yearday

int absl::Time::Breakdown::yearday

Definition at line 632 of file time.h.

◆ zone_abbr

const char* absl::Time::Breakdown::zone_abbr

Definition at line 641 of file time.h.


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


abseil_cpp
Author(s):
autogenerated on Mon Feb 28 2022 21:31:22