Posted on 2007-04-12 04:30 KIS 阅读(419) 评论(0) 收藏 举报
Dim a As DateDim b As Datea = System.DateTime.Nowb = CDate(chkExport.Text)Dim ts As System.TimeSpants = a.Subtract(b)Dim pp As Integerpp = CInt(ts.TotalDays)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。