Return the signed day count between two dates.
Declared in <bbldc_periodicmaactualactual.h>
static
int
daysDiff(
bdlt::Date const& beginDate,
bdlt::Date const& endDate);
the signed number of days between beginDate and endDate
| Name | Description |
|---|---|
| beginDate | the start date |
| endDate | the end date |