Returns the absl::Weekday for the given (realigned) civil-time value.
Example:
absl::CivilDay a(2015, 8, 13); absl::Weekday wd = absl::GetWeekday(a); // wd == absl::Weekday::thursday
The weekday on which cs falls.
| Name | Description |
|---|---|
| cs | The civil-time value to inspect. |