nanosToMillis
nanosToMillis returns the equivalent number of milliseconds from a given nanosecond value.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| nanos | long | The amount of nanoseconds to convert to milliseconds. |
Returns
The equivalent number of milliseconds as the specified nanoseconds. Null input values will return NULL_LONG.