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