[#BloombergLP-bdlt-Calendar-removeHoliday] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::removeHoliday :relfileprefix: ../../../ :mrdocs: Remove from this calendar the holiday having the specified `date` if such a holiday exists. This operation has no effect if `date` is not a holiday in this calendar. See {Iterator Invalidation} for information regarding which iterators are affected by the use of this method. Note that this method is defined for all `date` values, not just those that fall within the valid range, and may be invoked even on an empty calendar (i.e., having `0 == length()`). == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeHoliday(xref:BloombergLP/bdlt/Date.adoc[Date] const& date); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#