ICI Modules: posix: gettimeofday


Modules by name : by type

Synopsis

struct = gettimeofday()

Description

Reads the system's idea of UTC time and returns a struct containing the keys "sec" and "usec" both referring to integers corresponding to the fields of the system's struct timeval.