mason chen
2014年5月23日 星期五
C# 計算累計耗費時間
System.Diagnostics.Stopwatch sw = new System.Diagnostics.Stopwatch();
//引用stopwatch物件
sw.Reset();
//碼表歸零
sw.Start();
//碼表開始計時
sw.Stop();
//碼錶停止
string result1 = sw.Elapsed.Seconds.ToString();
沒有留言:
張貼留言
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言