struct Breakdown
Defined at line 801 of file ../../third_party/abseil-cpp/absl/time/time.h
Time::Breakdown
The calendar and wall-clock (aka "civil time") components of an
`absl::Time` in a certain `absl::TimeZone`. This struct is not
intended to represent an instant in time. So, rather than passing
a `Time::Breakdown` to a function, pass an `absl::Time` and an
`absl::TimeZone`.
Deprecated. Use `absl::TimeZone::CivilInfo`.
Public Members
int64_t year
int month
int day
int hour
int minute
int second
Duration subsecond
int weekday
int yearday
int offset
bool is_dst
const char * zone_abbr