BCB TDateTime 時間操作及應用
在 BCB 裡有關時間的操作幾乎都是與 TDateTime 這個 Class 相關若找不到相關資料可以用 BCB 的 HELP
( 游標移到要查詢的函式或Class 並按 F1 )
介紹幾個個人有在用的函式
TDateTimePicker->DateTime = Now();
TDateTimePicker->DateTime.DateTimeString();
TDateTimePicker 是常用的 BCB(VCL)元件可以讓使用方便選擇日期+防呆
String date = "2018/4/8";
StrToDate(date);
將字串轉為 TDateTime 格式double(TDateTimePicker1->DateTime)-double(TDateTimePicker2->DateTime)
直接代入double() 就可使 TDateTime 量化這裡 double() 後的數值基本單位是天
1.5 = 一天半
參考資料
1. http://yanphph.blogspot.tw/2009/01/bcb-vcl.html
2. http://cshartuc.blogspot.tw/2016/10/bcb.html
0 意見:
張貼留言