[#absl-Weekday] = xref:absl.adoc[absl]::Weekday :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using Weekday = detail::weekday; ---- == Description absl::Weekday wd = absl::Weekday::thursday; [.small]#Created with https://www.mrdocs.com[MrDocs]#