Return true if the specified date is within the valid range of this timetable, and false otherwise.
Synopsis
Declared in <bdlt_timetable.h>
bool
isInRange(Date const& date) const;
Return Value
true if date is within the valid range
Parameters
Name |
Description |
date |
date to test |
Created with MrDocs