AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetDateTimeStamp C# (CSharp) 메소드

SetDateTimeStamp() 보호된 메소드

Sets the DateTimeStamp property, available only to objects in the same assembly as TargaExtensionArea.
protected SetDateTimeStamp ( System.DateTime dtDateTimeStamp ) : void
dtDateTimeStamp System.DateTime The Date Time Stamp value read from the file.
리턴 void
        protected internal void SetDateTimeStamp(DateTime dtDateTimeStamp)
        {
            this.dtDateTimeStamp = dtDateTimeStamp;
        }