[#BloombergLP-bdlt-PackedCalendar-numBusinessDays-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::numBusinessDays :relfileprefix: ../../../ :mrdocs: Return the number of business days in `[beginDate .. endDate]`. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int numBusinessDays( xref:BloombergLP/bdlt/Date.adoc[Date] const& beginDate, xref:BloombergLP/bdlt/Date.adoc[Date] const& endDate) const; ---- == Description Return the number of days in the specified range `[beginDate .. endDate]` of this calendar that are considered business days ‐‐ i.e., are neither holidays nor weekend days. The behavior is undefined unless `beginDate` and `endDate` are within the valid range of this calendar, and `beginDate <= endDate`. == Return Value the number of business days in `[beginDate .. endDate]` == Parameters [cols="1,4"] |=== | Name| Description | *beginDate* | first date of the queried range | *endDate* | last date of the queried range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#