[#BloombergLP-bdlt-Calendar-isHoliday] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::isHoliday :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `date` is a holiday in this calendar, and `false` otherwise. The behavior is undefined unless `date` is within the valid range of this calendar. == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isHoliday(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#