AjTalk.Transactions.Transaction.WasOpenedAfter C# (CSharp) 메소드

WasOpenedAfter() 공개 메소드

public WasOpenedAfter ( long time ) : bool
time long
리턴 bool
        public bool WasOpenedAfter(long time)
        {
            return time < this.Start; // TODO review Start negative
        }