取得當前系統時間大全

--DateTime 數字型   System.DateTime currentTime=new System.DateTime();   取當前年月日時分秒      currentTime=System.DateTime.Now;   取當前年     int 年=currentTime.Year;   取當前月     int 月=currentTime.Month;   取當前日    
相關文章
相關標籤/搜索