日期:2014-05-17 浏览次数:20960 次
DateTime dt = DateTime.Now.AddMinutes(-10); //减10分钟 richTextBox2.Text = dt.ToString("yyyy-MM-dd HH:mm:ss");