[#BloombergLP-bsls-TimeUtil-convertRawTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeUtil.adoc[TimeUtil]::convertRawTime :relfileprefix: ../../../ :mrdocs: Convert the specified `rawTime` to a value in nanoseconds, referenced to an arbitrary but fixed origin, and return the result of the conversion. Note that this method is thread‐safe only if `initialize` has been called before. == Synopsis Declared in `<bsls_timeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] convertRawTime(xref:BloombergLP/bsls/TimeUtil/OpaqueNativeTime.adoc[OpaqueNativeTime] rawTime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#