[#BloombergLP-bdlt-PackedCalendar_DateProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::PackedCalendar_DateProxy :relfileprefix: ../../ :mrdocs: This class serves as a proxy for `Date` for use by the arrow operator of calendar iterators (e.g., `PackedCalendar_HolidayConstIterator`). An object of this class behaves as the `Date` object with which it was constructed. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class PackedCalendar_DateProxy; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/PackedCalendar_DateProxy/2constructor-01.adoc[`PackedCalendar_DateProxy`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlt/PackedCalendar_DateProxy/2destructor.adoc[`~PackedCalendar_DateProxy`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bdlt/PackedCalendar_DateProxy/operator_ptr.adoc[`operator‐>`] | Return the address providing non‐modifiable access to the proxied date object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#