在線客服
24小時免費咨詢電話:18978941786
客服時間:上午9:30~下午6點
C#開發中時間格式轉換常用的一些方法
收藏 分享 發布日期:2012-2-12 16:30:44 編輯:admin 文章來源:煙寒網絡 點擊率:
1、DateTime 數字型
System.DateTime currentTime=new System.DateTime();
currentTime=System.DateTime.Now;
1.2 取當前年
int 年=currentTime.Year;
1.3 取當前月
int 月=currentTime.Month;
1.4 取當前日
int 日=currentTime.Day;
1.5 取當前時
int 時=currentTime.Hour;
1.6 取當前分
int 分=currentTime.Minute;
1.7 取當前秒
int 秒=currentTime.Second; 更多點擊下載,解壓密碼:m.lidajijin.com /uploads/DownJs/C#時間轉化換常用的一些方法.rar 本文章由南寧網站建設、南寧網站優化、南寧網絡公司整理,轉載請注明出處:http://m.lidajijin.com/