Date.millis

Date.millis

Date.millis

Function

Reads the millisecond portion of the current Date within the current second.

Syntax

Parameters

No parameters.

Return value

TypeDescription
IntReturns the fraction of milliseconds from 0 to 999.

Code Example

Notes

  • To read full millisecond-level Unix timestamps, use timestamp_millis().