Click or drag to resize

GM_UtilityGetSDKBuildDate Method

Returns the date that this SDK was built. Use this to provide more resolution for beta releases than GM_GetSDKVersion provides.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static DateTime GetSDKBuildDate()

Return Value

Type: DateTime
Date the SDK was built
See Also