millisToMicros
millisToMicros returns the equivalent number of microseconds from a given millisecond value.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| millis | long | The amount of milliseconds to convert to microseconds. |
Returns
The number of microseconds equivalent to the specified milliseconds. Null input values will return NULL_LONG.