[#BloombergLP-bdlt-EpochUtil-convertFromTimeInterval-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromTimeInterval :relfileprefix: ../../../ :mrdocs: `convertFromTimeInterval` overloads == Synopses Declared in `<bdlt_epochutil.h>` Return the absolute `Datetime` for `timeInterval` after the epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] xref:BloombergLP/bdlt/EpochUtil/convertFromTimeInterval-02.adoc[convertFromTimeInterval](xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& timeInterval); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeInterval-02.adoc[_» more..._]# Load into `result` the `Datetime` for `timeInterval` after the epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlt/EpochUtil/convertFromTimeInterval-0c.adoc[convertFromTimeInterval]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime]* result, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& timeInterval); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeInterval-0c.adoc[_» more..._]# == Return Value the absolute datetime corresponding to `timeInterval` == Parameters [cols="1,4"] |=== | Name| Description | *timeInterval* | interval from the Unix epoch | *result* | destination for the converted datetime |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#