[#BloombergLP-bdlt-PackedCalendar-numBusinessDays-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::numBusinessDays :relfileprefix: ../../../ :mrdocs: Return the number of days in the valid range of this calendar that are considered business days ‐‐ i.e., are neither holidays nor weekend days. Note that `numBusinessDays() == length() ‐ numNonBusinessDays()`. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int numBusinessDays() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#