【问题标题】:Is there a way to count the number of seconds since bootup?有没有办法计算自启动以来的秒数? 【发布时间】:2009-05-15 03:36:17 【问题描述】: 即使用户更改计算机上的时间,是否有办法计算自启动以来的秒数(滴答声?)? 【问题讨论】: 标签: c# .net seconds 【解决方案1】: System.Environment.TickCount 是你想要的。获取系统启动后的毫秒数。 【讨论】: