Global Mapper SDK
GM_GPSGetTime
Retrieves the UTC time of the last GPS fix, Will return GM_Error_GPSDataNotValid if there if either we are not tracking a GPS device or the time is not known.
Syntax
C++
Copy
GM_Error_t32 __stdcall GM_GPSGetTime
(
time_t* aFixTime
);