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

duration::get_nanos

Get the nanoseconds component of a duration.

Syntax

RQL

Parameters

NameTypeDescription
durationDurationThe duration to extract the nanoseconds component from.

Return Value

Returns an Integer representing the nanoseconds component of the duration.

Examples

$ Get nanoseconds from duration
$ ctrl+enter to run

Related Functions