[#BloombergLP-bbldc-TerminatedDateRangeDayCountAdapter-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::xref:BloombergLP/bbldc/TerminatedDateRangeDayCountAdapter.adoc[TerminatedDateRangeDayCountAdapter]::TerminatedDateRangeDayCountAdapter :relfileprefix: ../../../ :mrdocs: Create a day‐count adapter that uses the specified `terminationDate`. == Synopsis Declared in `<bbldc_terminateddaterangedaycountadapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TerminatedDateRangeDayCountAdapter(xref:BloombergLP/bdlt/Date.adoc[bdlt::Date] const& terminationDate); ---- == Description Create a day‐count adapter that uses the specified `terminationDate` during invocations of `daysDiff` and `yearsDiff`. == Parameters [cols="1,4"] |=== | Name| Description | *terminationDate* | termination date used in all calculations |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#