ALFA.Database.ACR_GetHAKBuildDate C# (CSharp) Method

ACR_GetHAKBuildDate() public method

Get the build date of the HAK version check script (i.e. the time at which the ACR HAK had its scripts nominally compiled).
public ACR_GetHAKBuildDate ( ) : string
return string
        public string ACR_GetHAKBuildDate()
        {
            DemandInitialize();

            return (string)ACR_GetHAKBuildDate_Method.Invoke(DBLibraryScript, null);
        }