Analytics

2014年11月12日 星期三

[C#]使用 TimeSpan從秒數換算為時分秒 (Use TimeSpan seconds from last in terms of minutes and seconds)


問題
使用 TimeSpan從秒數換算為時分秒



解決方法
TimeSpan ts = new TimeSpan(0, 0, 6000);
//ts.hours
//ts.miuntes
//ts.seconds

沒有留言:

熱門文章