[#BloombergLP-bdlt-EpochUtil-convertFromDatetimeInterval-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromDatetimeInterval :relfileprefix: ../../../ :mrdocs: `convertFromDatetimeInterval` overloads == Synopses Declared in `<bdlt_epochutil.h>` 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] xref:BloombergLP/bdlt/EpochUtil/convertFromDatetimeInterval-0f.adoc[convertFromDatetimeInterval](xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& datetimeInterval); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromDatetimeInterval-0f.adoc[_» more..._]# Load into the specified `result` the absolute datetime converted to a `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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlt/EpochUtil/convertFromDatetimeInterval-02.adoc[convertFromDatetimeInterval]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime]* result, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& datetimeInterval); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromDatetimeInterval-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#