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

Namespace:GlobalMapper.GPS
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    GPSGetTime
                                    (
                                    out
                                    DateTime
                                    aFixTime
)
                                

Parameters

aFixTime
Type:  System . DateTime
out: fix time

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also