AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetJobTime C# (CSharp) Метод

SetJobTime() защищенный Метод

Sets the JobTime property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobTime ( System.TimeSpan dtJobTime ) : void
dtJobTime System.TimeSpan The Job Time value read from the file.
Результат void
        protected internal void SetJobTime(TimeSpan dtJobTime)
        {
            this.dtJobTime = dtJobTime;
        }