[#BloombergLP-bdlt-Date-2constructor-049] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Date.adoc[Date]::Date :relfileprefix: ../../../ :mrdocs: Create a `Date` object having the value represented by the specified `year` and `dayOfYear`. The behavior is undefined unless `year` and `dayOfYear` represent a valid `Date` value (see `isValidYearDay`). == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Date( int year, int dayOfYear); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#