microsToMillis
microsToMillis returns the number of milliseconds equivalent to the specified microseconds value.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| micros | long | The amount of microseconds to convert to milliseconds. |
Returns
The number of milliseconds equivalent to the specified microseconds value. Null input values will return NULL_LONG.