TotalDays

将时段值转换为以日为单位的数值,含小数,例如某个时段数据的值是1天6小时,那么其TotalDays属性值为1.25。

例如:

Dim t As New TimeSpan(1,6,0,0)
Output.Show(t.TotalDays)

 


本页地址:http://www.foxtable.com/webhelp/topics/0294.htm