[#BloombergLP-bdlt-PackedCalendar-isInRange] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::isInRange :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `date` is within the valid range of this calendar (i.e., `firstDate() <= date <= lastDate()`), and `false` otherwise. Note that the valid range for a `PackedCalendar` is empty if its length is 0. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isInRange(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#