[#BloombergLP-bdlt-EpochUtil-convertToTimeT64-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertToTimeT64 :relfileprefix: ../../../ :mrdocs: `convertToTimeT64` overloads == Synopses Declared in `<bdlt_epochutil.h>` Return the relative time computed as the difference between the specified absolute `datetime` and the epoch. Note that `datetime` is assumed to use Coordinated Universal Time (UTC) as a reference. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[EpochUtil::TimeT64] xref:BloombergLP/bdlt/EpochUtil/convertToTimeT64-0a.adoc[convertToTimeT64](xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& datetime); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertToTimeT64-0a.adoc[_» more..._]# Load into the specified `result` the relative time computed as the difference between the specified absolute `datetime` and the epoch. Note that `datetime` is assumed to use Coordinated Universal Time (UTC) as a reference. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlt/EpochUtil/convertToTimeT64-03.adoc[convertToTimeT64]( xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[TimeT64]* result, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& datetime); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertToTimeT64-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#