Convert seconds to hours, minutes and seconds

Convert seconds to hours, minutes and seconds
TimeSpan ts1 = new TimeSpan(0, 0, DS11time);
DS11 = ts1.Hours + "hours" + ts1.Minutes + "minutes" + ts1.Seconds + "seconds";

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324601246&siteId=291194637