ALFA.Database.ACR_GetHAKBuildDate C# (CSharp) Метод

ACR_GetHAKBuildDate() публичный Метод

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
Результат string
        public string ACR_GetHAKBuildDate()
        {
            DemandInitialize();

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