DRAFTThis page is not published. Only visible in development mode.
time module

time::nanosecond

Extract the nanosecond component from a time value.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe time value to extract the nanosecond from

Return Value

Returns an Integer representing the nanosecond component of the given time value.

Examples

$ Extract nanoseconds
$ ctrl+enter to run

Related Functions