C 中的日期

2021-04-25 17:59:07 字數 4346 閱讀 9290

c# 日期函式

datetime dt = datetime.now;

label1.text = dt.tostring();//2005-11-5 13:21:25

label2.text = dt.tofiletime().tostring();//127756416859912816

label3.text = dt.tofiletimeutc().tostring();//127756704859912816

label4.text = dt.tolocaltime().tostring();//2005-11-5 21:21:25

label5.text = dt.tolongdatestring().tostring();//2023年11月5日

label6.text = dt.tolongtimestring().tostring();//13:21:25

label7.text = dt.tooadate().tostring();//38661.5565508218

label8.text = dt.toshortdatestring().tostring();//2005-11-5

label9.text = dt.toshorttimestring().tostring();//13:21

label10.text = dt.touniversaltime().tostring();//2005-11-5 5:21:25

?2005-11-5 13:30:28.4412864

label1.text = dt.year.tostring();//2005

label2.text = dt.date.tostring();//2005-11-5 0:00:00

label3.text = dt.dayofweek.tostring();//saturday

label4.text = dt.dayofyear.tostring();//309

label5.text = dt.hour.tostring();//13

label6.text = dt.millisecond.tostring();//441

label7.text = dt.minute.tostring();//30

label8.text = dt.month.tostring();//11

label9.text = dt.second.tostring();//28

label10.text = dt.ticks.tostring();//632667942284412864

label11.text = dt.timeofday.tostring();//13:30:28.4412864

label1.text = dt.tostring();//2005-11-5 13:47:04

label2.text = dt.addyears(1).tostring();//2006-11-5 13:47:04

label3.text = dt.adddays(1.1).tostring();//2005-11-6 16:11:04

label4.text = dt.addhours(1.1).tostring();//2005-11-5 14:53:04

label5.text = dt.addmilliseconds(1.1).tostring();//2005-11-5 13:47:04

label6.text = dt.addmonths(1).tostring();//2005-12-5 13:47:04

label7.text = dt.addseconds(1.1).tostring();//2005-11-5 13:47:05

label8.text = dt.addminutes(1.1).tostring();//2005-11-5 13:48:10

label9.text = dt.addticks(1000).tostring();//2005-11-5 13:47:04

label10.text = dt.compareto(dt).tostring();//0

//label11.text = dt.add(?).tostring();//問號為乙個時間段

label1.text = dt.equals("2005-11-6 16:11:04").tostring();//false

label2.text = dt.equals(dt).tostring();//true

label3.text = dt.gethashcode().tostring();//1474088234

label4.text = dt.gettype().tostring();//system.datetime

label5.text = dt.gettypecode().tostring();//datetime

label1.text = dt.getdatetimeformats('s')[0].tostring();//2005-11-05t14:06:25

label2.text = dt.getdatetimeformats('t')[0].tostring();//14:06

label3.text = dt.getdatetimeformats('y')[0].tostring();//2023年11月

label4.text = dt.getdatetimeformats('d')[0].tostring();//2023年11月5日

label5.text = dt.getdatetimeformats('d')[1].tostring();//2005 11 05

label6.text = dt.getdatetimeformats('d')[2].tostring();//星期六 2005 11 05

label7.text = dt.getdatetimeformats('d')[3].tostring();//星期六 2023年11月5日

label8.text = dt.getdatetimeformats('m')[0].tostring();//11月5日

label9.text = dt.getdatetimeformats('f')[0].tostring();//2023年11月5日 14:06

label10.text = dt.getdatetimeformats('g')[0].tostring();//2005-11-5 14:06

label11.text = dt.getdatetimeformats('r')[0].tostring();//sat, 05 nov 2005 14:06:25 gmt

或者dt.tostring("yyyy年mm月dd日");//2023年11月5日

dt.tostring("yyyy-mm-dd");//2005-11-5日

以此類推……

label1.text = string.format("",dt);//2005-11-5

label2.text = string.format("",dt);//2023年11月5日

label3.text = string.format("",dt);//2023年11月5日 14:23

label4.text = string.format("",dt);//2023年11月5日 14:23:23

label5.text = string.format("",dt);//2005-11-5 14:23

label6.text = string.format("",dt);//2005-11-5 14:23:23

label7.text = string.format("",dt);//11月5日

label8.text = string.format("",dt);//sat, 05 nov 2005 14:23:23 gmt

label9.text = string.format("",dt);//2005-11-05t14:23:23

label10.text = string.format("",dt);//14:23

label11.text = string.format("",dt);//14:23:23

label12.text = string.format("",dt);//2005-11-05 14:23:23z

label13.text = string.format("",dt);//2023年11月5日 6:23:23

label14.text = string.format("",dt);//2023年11月

label15.text = string.format("",dt);//2005-11-5 14:23:23?

label16.text = string.format("",dt);   //yyyymm等可以設定,比如label16.text = string.format("",dt);

C 中的日期操作

獲取日期 時間 datetime.now.tostring 2008 9 4 20 02 10 datetime.now.tolocaltime tostring 2008 9 4 20 12 12 獲取日期 datetime.now.tolongdatestring tostring 2008年9...

c 中的日期格式轉化

有時候我們要對時間進行轉換,達到不同的顯示效果 預設格式為 2005 6 6 14 33 34 如果要換成成200506,06 2005,2005 6 6或更多的該怎麼辦呢 我們要用到 datetime.tostring的方法 string,iformatprovider using system ...

c 中的日期和時間

c 標準庫沒有提供乙個合適的日期型別。c 從 c 中繼承了針對日期和時間的結構和功能,為了訪問與日期 和時間相關的功能和結構,需要在 c 程式中包括 標頭檔案。這裡有四個與時間相關的型別 clock t time t size t clock t time t size t 和 tm tm。cloc...