CSharpImageLibrary.TargaExtensionArea.SetJobTime C# (CSharp) Méthode

SetJobTime() protected méthode

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.
Résultat void
        internal protected void SetJobTime(TimeSpan dtJobTime)
        {
            this.dtJobTime = dtJobTime;
        }