microsToSeconds

microsToSeconds returns the number of seconds equivalent to the specified microseconds value.

Syntax

Parameters

ParameterTypeDescription
microslong

The amount of microseconds to convert to seconds.

Returns

The number of seconds equivalent to the specified microseconds value. Null input values will return NULL_LONG.

Examples