EU.Europa.EC.Markt.Dss.Validation.Report.TimestampVerificationResult.SetCreationTime C# (CSharp) 메소드

SetCreationTime() 공개 메소드

public SetCreationTime ( System.DateTime creationTime ) : void
creationTime System.DateTime the creationTime to set
리턴 void
		public virtual void SetCreationTime(DateTime creationTime)
		{
			this.creationTime = creationTime;
		}