milli() Function

This function returns the millisecond portion of a timestamp or the decimal number that represents 1 millisecond in days.

Syntax

milli( [time] )

time: (Time) Time or Datetime timestamp from which to extract the milliseconds.

Returns

Integer

Notes

When no parameter is passed, the function returns the Interval (Day to Second) value of 1 millisecond in days (0::00:00:00.001).

When the optional time parameter is passed, it returns the millisecond portion of the given Datetime value.

If the now() function is passed as the parameter, the millisecond portion of the current timestamp is returned.

Examples

milli() returns 0::00:00:00.001

milli(now()) returns 123

See Also

now(): Use this function to use the current timestamp as the time value.

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK