dm_time_mseconds Function

public function dm_time_mseconds() result(mseconds)

Uses

    • unix
  • proc~~dm_time_mseconds~~UsesGraph proc~dm_time_mseconds dm_time_mseconds unix unix proc~dm_time_mseconds->unix

Returns current time in mseconds as 8-byte integer (Unix Epoch). On error, the result is 0.

Arguments

None

Return Value integer(kind=i8)


Calls

proc~~dm_time_mseconds~~CallsGraph proc~dm_time_mseconds dm_time_mseconds c_clock_gettime c_clock_gettime proc~dm_time_mseconds->c_clock_gettime