isWeekendDay overloads
Declared in <bdlt_packedcalendar.h>
Return true if dayOfWeek is a weekend day in this calendar.
bool
isWeekendDay(DayOfWeek::Enum dayOfWeek) const;
» more...
Return true if date falls on a weekend day in this calendar.
bool
isWeekendDay(Date const& date) const;
» more...
true if dayOfWeek is a weekend day, and false otherwisetrue if date falls on a weekend day, and false otherwise| Name | Description |
|---|---|
| dayOfWeek | day of the week to test |
| date | date to test |