struct fields
Defined at line 58 of file ../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h
Normalized civil-time fields: Y-M-D HH:MM:SS.
Public Members
std::int_least64_t y
std::int_least8_t m
std::int_least8_t d
std::int_least8_t hh
std::int_least8_t mm
std::int_least8_t ss
Public Methods
void fields (year_t year, month_t month, day_t day, hour_t hour, minute_t minute, second_t second)
Defined at line 59 of file ../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h