[#BloombergLP-bdlt-Calendar-numBusinessDays-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::numBusinessDays :relfileprefix: ../../../ :mrdocs: `numBusinessDays` overloads == Synopses Declared in `<bdlt_calendar.h>` Return the number of business days in the valid range of this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/Calendar/numBusinessDays-0f.adoc[numBusinessDays]() const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/numBusinessDays-0f.adoc[_» more..._]# Return the number of business days in `[beginDate .. endDate]`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/Calendar/numBusinessDays-0a.adoc[numBusinessDays]( xref:BloombergLP/bdlt/Date.adoc[Date] const& beginDate, xref:BloombergLP/bdlt/Date.adoc[Date] const& endDate) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/numBusinessDays-0a.adoc[_» more..._]# == Return Value * the number of business days in the valid range * the number of business days in `[beginDate .. endDate]` == Parameters [cols="1,4"] |=== | Name| Description | *beginDate* | first date of the inclusive range | *endDate* | last date of the inclusive range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#