The Weekday enum class represents the civil‐time concept of a "weekday" with members for all days of the week.
Synopsis
Declared in <absl/time/civil_time.h>
using Weekday = detail::weekday;
Description
absl::Weekday wd = absl::Weekday::thursday;
Created with MrDocs