[#BloombergLP-bbldc-DayCountConvention] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::DayCountConvention :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set of day‐count conventions supported within `bbldc`. See `Enum` in the `TYPES` sub‐section for details. == Synopsis Declared in `<bbldc_daycountconvention.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DayCountConvention; ---- == Description This `struct`: * supports a complete set of _enumeration_ operations For terminology see `bsldoc_glossary`. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bbldc/DayCountConvention/Type.adoc[`Type`] | Deprecated alias for `Enum`. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bbldc/DayCountConvention/Enum.adoc[`Enum`] | Enumeration of day‐count conventions supported by `bbldc`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bbldc/DayCountConvention/bdexStreamIn.adoc[`bdexStreamIn`] | Assign to `variable` the value read from `stream` using the BDEX protocol. | xref:BloombergLP/bbldc/DayCountConvention/bdexStreamOut.adoc[`bdexStreamOut`] | Write `value` to `stream` using the specified BDEX `version` format. | xref:BloombergLP/bbldc/DayCountConvention/maxSupportedBdexVersion-08.adoc[`maxSupportedBdexVersion`] | `maxSupportedBdexVersion` overloads | xref:BloombergLP/bbldc/DayCountConvention/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bbldc/DayCountConvention/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `convention`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#