GM_Utility .GetSDKBuildDate 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: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static DateTime GetSDKBuildDate()

Return Value

Type:  DateTime
Date the SDK was built
See Also