TimeSpan> 24小时

时间:2015-06-01 19:03:00

标签: asp.net timespan

我有

send: 'POST / HTTP/1.1\r\nAccept-Encoding: identity\r\nContent-Length: 0\r\nHost: example.com\r\nUser-Agent: Python-urllib/2.7\r\nConnection: close\r\nContent-Type: application/x-www-form-urlencoded\r\nHeaderkey: HeaderValue\r\n\r\n'
reply: 'HTTP/1.1 200 OK\r\n'
[snip]

以d.HH:mm:ss格式给出结果。 但是,我不需要天数而不是我想拥有f.e. Dim time As TimeSpan = TimeSpan.FromSeconds(seconds) Return time.ToString 表示40小时25分钟36秒。 有任何想法吗?

1 个答案:

答案 0 :(得分:0)

TimeSpan.FromSeconds(seconds).TotalDays

返回时间跨度的(小数)天数