This class provides a protocol for determining values based on dates according to derived implementations of specific day‐count conventions. The methods firstDate and lastDate define a date range for which calculations are valid, to reflect the valid range of, say, a calendar required for the computations.
Synopsis
Declared in <bbldc_daterangedaycount.h>
class DateRangeDayCount;
Member Functions
Name |
Description |
|
Destroy this object. |
|
Return the (signed) number of days between the specified |
|
Return a reference providing non‐modifiable access to the earliest date in the valid range of this day‐count convention. |
|
Return a reference providing non‐modifiable access to the latest date in the valid range of this day‐count convention. |
|
Return the (signed fractional) number of years between the specified |
Derived Classes
Name |
Description |
This |
|
This |
|
This |
|
This |
Created with MrDocs