[#BloombergLP-bdlt-PackedCalendar-isWeekendDay-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::isWeekendDay :relfileprefix: ../../../ :mrdocs: `isWeekendDay` overloads == Synopses Declared in `<bdlt_packedcalendar.h>` Return `true` if `dayOfWeek` is a weekend day in this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/PackedCalendar/isWeekendDay-05.adoc[isWeekendDay](xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] dayOfWeek) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/isWeekendDay-05.adoc[_» more..._]# Return `true` if `date` falls on a weekend day in this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/PackedCalendar/isWeekendDay-0d.adoc[isWeekendDay](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/isWeekendDay-0d.adoc[_» more..._]# == Return Value * `true` if `dayOfWeek` is a weekend day, and `false` otherwise * `true` if `date` falls on a weekend day, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *dayOfWeek* | day of the week to test | *date* | date to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#