19036.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 35 行
HTML
35 行
<html> <head> <title>Re: 新手发问: 时间的加减</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 新手发问: 时间的加减</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by q on September 16, 1999 at 22:26:20:<p>In Reply to: <a href="19034.html">新手发问: 时间的加减</a> posted by Alex on September 16, 1999 at 22:15:21:<p>: 请问如果程式设定每日14:00 至 16:00 每隔 15分钟30秒 要作一个job<br>: 程式该如何写?<p>: 难道要用以下这种笨方法吗?<br>: 还得设定timer 随时检查现在时刻严重消耗系统资源<p>: Private Sub Time_now_Timer()<p>: 现在时刻_时 = Val(Left(现在时刻, 2))<br>: 现在时刻_分 = Val(Mid(现在时刻, 4, 2))<p>: if 14<现在时刻_时<16 and .... <br>: then do some job<br>: endif<p>: End Sub<p>: 请不吝指点, 谢谢!<p><H1>~~</H1><p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19036--><!--top: 19064--><li><a href="19064.html">Re: 新手发问: 时间的加减</a> <b>小琳</b> <i>19:53:15 9/17/99</i>(<!--responses: 19064-->2)<ul><!--insert: 19064--><!--top: 19069--><li><a href="19069.html">Re: 新手发问: 再请问时间的加减</a> <b>Alex</b> <i>21:40:35 9/17/99</i>(<!--responses: 19069-->1)<ul><!--insert: 19069--><!--top: 19074--><li><a href="19074.html">Date and Time function</a> <b>wei</b> <i>00:46:36 9/18/99</i>(<!--responses: 19074-->0)<ul><!--insert: 19074--></ul><!--end: 19074--></ul><!--end: 19069--></ul><!--end: 19064--></ul><!--end: 19036--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?