[#absl-PrevWeekday] = xref:absl.adoc[absl]::PrevWeekday :relfileprefix: ../ :mrdocs: Returns the absl::CivilDay that strictly precedes a given absl::CivilDay, and that falls on the given absl::Weekday. == Synopsis Declared in `<absl/time/civil_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/CivilDay.adoc[CivilDay] PrevWeekday( xref:absl/CivilDay.adoc[CivilDay] cd, xref:absl/Weekday.adoc[Weekday] wd); ---- == Return Value The first civil day strictly before `cd` that falls on `wd`. == Parameters [cols="1,4"] |=== | Name| Description | *cd* | The civil day to start from. | *wd* | The weekday to look for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#