Skip to contents

Convert a time stamp into a character string. Times with millisecond resolution and nanosecond resolutions are separate, with the nanosecond component useful for computing time differences only.

Usage

oo_timestamp_to_string(jwrapper, oo_timestamp)

Arguments

jwrapper

an open Wrapper object from Omnidriver

oo_timestamp

HighResTimeStamp defined in OmniDriver API and retrieved or constructed with other OmniDriver API methods. Not vectorized!

Value

a character string.

Note

Nanosecond timing and normal timing are not coincident.