Convert an opaque native time value to nanoseconds.
Declared in <bsls_timeutil.h>
static
Types::Int64
convertRawTime(OpaqueNativeTime rawTime);
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.
rawTime converted to nanoseconds from a fixed origin
| Name | Description |
|---|---|
| rawTime | opaque native time value to convert |