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

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

Get the build date of the module OnLoad script (i.e. the time at which the module had its scripts nominally compiled).
public ACR_GetBuildDate ( ) : string
Результат string
        public string ACR_GetBuildDate()
        {
            DemandInitialize();

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