[#BloombergLP-bbldc-PeriodDayCountUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::PeriodDayCountUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for a suite of pure functions that compute values based on dates according to enumerated day‐count conventions. == Synopsis Declared in `<bbldc_perioddaycountutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PeriodDayCountUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bbldc/PeriodDayCountUtil/daysDiff.adoc[`daysDiff`] | Return the (signed) number of days between the specified `beginDate` and `endDate` according to the specified day‐count `convention`. If `beginDate <= endDate` then the result is non‐negative. The behavior is undefined unless `isSupported(convention)`. Note that reversing the order of `beginDate` and `endDate` negates the result. | xref:BloombergLP/bbldc/PeriodDayCountUtil/isSupported.adoc[`isSupported`] | Return `true` if the specified `convention` is valid for use in `daysDiff` and `yearsDiff`, and `false` otherwise. | xref:BloombergLP/bbldc/PeriodDayCountUtil/yearsDiff-06.adoc[`yearsDiff`] | `yearsDiff` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#