[#BloombergLP-bdlt-Date-setYearMonthDay] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Date.adoc[Date]::setYearMonthDay :relfileprefix: ../../../ :mrdocs: Set this object to have the value represented by the specified `year`, `month`, and `day`. The behavior is undefined unless `year`, `month`, and `day` represent a valid `Date` value (see `isValidYearMonthDay`). == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setYearMonthDay( int year, int month, int day); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#