Visual C#常用函数和方法集汇总
摘要:visual C#常用函数和方法汇总 1 DataTime数字型 System.DateTime currentTime=new System.DataTime(); 取得当前年月日时分秒 currentTime=System.DateTime.Now; year=currentTime.Year; month=currentTime.Month; day=cu...
阅读全文
posted @ 2008-01-17 16:41
浙公网安备 33010602011771号