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

Name

Description

beginDate

the start date

endDate

the end date

Created with MrDocs