Return true if the specified convention is valid for use in daysDiff and yearsDiff, and false otherwise.

Synopsis

Declared in <bbldc_terminateddaycountutil.h>

static
bool
isSupported(DayCountConvention::Enum convention);

Return Value

true if convention is valid for daysDiff and yearsDiff, and false otherwise

Parameters

Name

Description

convention

day‐count convention to check

Created with MrDocs