Visual 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日=curren... 阅读全文
posted @ 2009-04-27 10:03
Leon Reno
阅读(278)
评论(0)
推荐(0)
浙公网安备 33010602011771号