Softfan.Net

C#,Design Patterns,ADO EF,WWF

 

2006年11月4日

C#常用函数

摘要: 1、DateTime数字型System.DateTimecurrentTime=newSystem.DateTime();1.1取当前年月日时分秒currentTime=System.DateTime.Now;1.2取当前年int年=currentTime.Year;1.3取当前月int月=currentTime.Month;1.4取当前日int日=currentTime.Day;1.5取当前时i... 阅读全文

posted @ 2006-11-04 09:25 漫雨随风 阅读(570) 评论(1) 推荐(0)

导航