TimeSpan的操作

① 将TimeSpan转换为时分秒

 int allTime = (int)(DateTime.Now - Convert.ToDateTime(itemLine.begintime)).TotalMinutes;

 

你可能感兴趣的:(TimeSpan的操作)