Return true if date is a business day in this calendar.
Synopsis
Declared in <bdlt_calendar.h>
bool
isBusinessDay(Date const& date) const;
Description
Return true if the specified date is a business day (i.e., not a holiday or weekend day) in this calendar, and false otherwise. The behavior is undefined unless date is within the valid range of this calendar.
Return Value
true if date is a business day, and false otherwise
Parameters
Name |
Description |
date |
date to test |
Created with MrDocs