[#BloombergLP-bdlt-EpochUtil-convertFromDatetimeInterval-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromDatetimeInterval :relfileprefix: ../../../ :mrdocs: Return, as a `Datetime`, the absolute datetime computed as the sum of the specified relative `datetimeInterval` and the epoch. The behavior is undefined unless the conversion result can be represented as a `Datetime`. == Synopsis Declared in `<bdlt_epochutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] convertFromDatetimeInterval(xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& datetimeInterval); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#