Date.micros

Date.micros

Date.micros

Function

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

Syntax

Parameters

No parameters.

Return value

TypeDescription
IntReturns the fraction of microseconds from 0 to 999999.

Code Example

Notes

  • To read full microsecond Unix timestamps use timestamp_micros().