[#BloombergLP-bdlt-EpochUtil-convertFromDatetimeInterval-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromDatetimeInterval :relfileprefix: ../../../ :mrdocs: Load into `result` the `Datetime` for `datetimeInterval` after the epoch. == Synopsis Declared in `<bdlt_epochutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void convertFromDatetimeInterval( xref:BloombergLP/bdlt/Datetime.adoc[Datetime]* result, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& datetimeInterval); ---- == Description 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`. == Parameters [cols="1,4"] |=== | Name| Description | *result* | destination for the converted datetime | *datetimeInterval* | interval from the Unix epoch |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#