简单的时间判断问题 ( 积分: 20 )

  • 主题发起人 主题发起人 bj_2005
  • 开始时间 开始时间
B

bj_2005

Unregistered / Unconfirmed
GUEST, unregistred user!
下面的方法是想用定时器判断当前时间是否到了8点正,但总没有结果,请指点一下.
procedure TForm1.Timer1Timer(Sender: TObject);
begin
if time=strtodatetime('08:00') then showmessage('时间到了');
end;
 
if formatdatetime('hh:ss', now) = '08:00' then showMessage('八点了');
 
to=>3868474
我是要就 if time=strtodatetime('08:00') then showmessage('时间到了');解释一下问题,谢了
 
接受答案了.
 

Similar threads

回复
0
查看
816
不得闲
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
后退
顶部