Click or drag to resize

GM_GPSUtilGPSGetTime Method

Retrieves the UTC time of the last GPS fix as a C-style time plus fractional seconds

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GPSGetTime(
	out DateTime aFixTime
)

Parameters

aFixTime
Type: SystemDateTime
out: fix time

Return Value

Type: GM_Error_t32
A GM Error Code
See Also