检查新月份并在 VB.NET 中执行 sub
我的程序流程如下。
加载表单时,程序将检查当前日期。如果是在新的月份,则会调用某个函数。
有什么想法如何去做吗?
The flow of my program is the following.
On form load, the program will check current date. If it is in a new month, some function is called.
Any ideas how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您保存了上次运行软件的日期,您可能会得到类似于以下的代码:
Assuming you save the date of the previous run of your software, you could have code smilar to this: