Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
DataColChanged
If e.DataCol.Name = "工时列" Then
Dim ts As TimeSpan = TimeSpan.FromHours(e.NewValue)
e.DataRow("显示列") = ts.ToString("h'小时'm'分's'秒'")
End If