TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.28
Queries the system wall-clock time.
This is equivalent to the UNIX gettimeofday() function, but portable.
gettimeofday()
You should only use this call if you are actually interested in the real wall-clock time. GLib.get_monotonic_time is probably more useful for measuring intervals.
the number of microseconds since January 1, 1970 UTC
2.28
Queries the system wall-clock time.
This is equivalent to the UNIX
gettimeofday()function, but portable.You should only use this call if you are actually interested in the real wall-clock time. GLib.get_monotonic_time is probably more useful for measuring intervals.