[#BloombergLP-bdlt-Calendar-operator_assign-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlt_calendar.h>` Assign to this calendar the value of the specified `rhs` calendar, and return a reference providing modifiable access to this calendar. See {Iterator Invalidation} for information regarding which iterators are affected by the use of these methods. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar.adoc[Calendar]& xref:BloombergLP/bdlt/Calendar/operator_assign-01.adoc[operator=](xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/Calendar/operator_assign-01.adoc[_» more..._]# See the corresponding `Calendar` overload above. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar.adoc[Calendar]& xref:BloombergLP/bdlt/Calendar/operator_assign-0a.adoc[operator=](xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/Calendar/operator_assign-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#