取得当前系统时间大全

--DateTime 数字型   System.DateTime currentTime=new System.DateTime();   取当前年月日时分秒      currentTime=System.DateTime.Now;   取当前年     int 年=currentTime.Year;   取当前月     int 月=currentTime.Month;   取当前日    
相关文章
相关标签/搜索