Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共5 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助]

1楼
foxor 发表于:2009/12/9 17:19:00

在计划任务中写入下列代码:
Dim t as Date = #17:10#
If Date.Now = t then
MessageBox.Show("现在是17:10")
end if

为什么没反应,而把时间改为日期就显示消息框?

2楼
狐狸爸爸 发表于:2009/12/9 17:23:00
Dim t as Date = #17:10#
If Date.Now.Hour = 17  AndAlso Date.Now.Minute = 10
    MessageBox.Show("现在是17:10")
end if
3楼
foxor 发表于:2009/12/9 17:25:00
谢了!
4楼
lxl 发表于:2009/12/9 17:27:00
你看一下下面代码的输出:
Dim t as Date = #17:10#
Output.Show(t.ToString("F"))
Output.Show(Date.Now.ToString("F"))
你就知道为什么你的代码没反应了
5楼
foxor 发表于:2009/12/10 8:41:00
 
明白了,谢谢lxl
共5 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03516 s, 2 queries.