BloombergLP::bbldc::PeriodIcmaActualActual::daysDiff

Return the signed day count between two dates.

Synopsis

Declared in <bbldc_periodicmaactualactual.h>

static
int
daysDiff(
    bdlt::Date const& beginDate,
    bdlt::Date const& endDate);

Return Value

the signed number of days between beginDate and endDate

Parameters

NameDescription
beginDatethe start date
endDatethe end date