以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  高级功能研发区  (http://weistock.com/bbs/list.asp?boardid=5)
----  时间问题  (http://weistock.com/bbs/dispbbs.asp?boardid=5&id=99469)

--  作者:orca8
--  发布时间:2016/6/23 8:58:42
--  时间问题
v3 = (time>=090000 and time<=113000 )or (time>=133000 and time<=150000) or (time>=210000 and time<=230000)
 vba里面怎么实现
--  作者:yukizzc
--  发布时间:2016/6/23 11:12:46
--  

a = TimeValue(time)
b = TimeValue("10:35")

 

这样去比较a和b


--  作者:guotx2010
--  发布时间:2016/6/23 15:14:47
--  
Cdate(Time)>"09:00"