GM_GPSUtilGPSGetTime Method |
Retrieves the UTC time of the last GPS fix as a C-style time plus fractional seconds
Namespace:
GlobalMapper.GPS
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GPSGetTime(
out DateTime aFixTime
)
Public Shared Function GPSGetTime (
<OutAttribute> ByRef aFixTime As DateTime
) As GM_Error_t32
public:
static GM_Error_t32 GPSGetTime(
[OutAttribute] DateTime% aFixTime
)
Parameters
- aFixTime
- Type: SystemDateTime
out: fix time
Return Value
Type:
GM_Error_t32A GM Error Code
See Also