[#BloombergLP-bdlt-Calendar-isWeekendDay-082] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::isWeekendDay :relfileprefix: ../../../ :mrdocs: `isWeekendDay` overloads == Synopses Declared in `<bdlt_calendar.h>` Return `true` if `dayOfWeek` is a weekend day in this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/Calendar/isWeekendDay-03.adoc[isWeekendDay](xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] dayOfWeek) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/isWeekendDay-03.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/Calendar/isWeekendDay-088.adoc[isWeekendDay](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/isWeekendDay-088.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]#