Rss & SiteMap

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

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

标题:日期的比较?谢谢

1楼
杨浩 发表于:2009/8/28 8:20:00
 

Dim timeC As Date =Date.Today

Dim timeD As Date = e.Form.Controls("报送时间").Value

Dim timeE As Date = e.Form.Controls("审核时间").Value

Dim timeF As Data = TimeC.AddDays(7)   '加上7天

Dim  timeAA  As TimeSpan  =  timeF – timeD

Dim  timeBB  As TimeSpan  =  timeE – timeD

IF timeD < timeC then

MessageBox.Show("上报时间不能小于当前时间!!!", "提示", MessageBoxButtons.OK,MessageBoxIcon.Information)

Return       '终止代码的执行

Else

If  timeAA.Days  > 7  then

MessageBox.Show("上报时间过于延后!!!", "提示", MessageBoxButtons.OK,MessageBoxIcon.Information)

Return       '终止代码的执行

Else

If timeE < timeD then

MessageBox.Show("审核时间不能小于上报时间!!!", "提示", MessageBoxButtons.OK,MessageBoxIcon.Information)

Return       '终止代码的执行

Else

If timeBB.Days > 18 then

MessageBox.Show("审核时间与上报时间间隔过长!!!", "提示", MessageBoxButtons.OK,MessageBoxIcon.Information)

Return       '终止代码的执行

End if

End if

End if

End if

 

2楼
杨浩 发表于:2009/8/28 8:20:00
这段代码出现错误!!!版主帮帮!!
 下载信息  [文件大小:   下载次数: ]
图片点击可在新窗口打开查看点击浏览该文件:doc1.rar

[此贴子已经被作者于2009-8-28 8:20:21编辑过]
3楼
杨浩 发表于:2009/8/28 9:01:00
版主帮忙看看,谢谢
4楼
czy 发表于:2009/8/28 9:44:00
Dim timeF As Date = TimeC.AddDays(7)   '加上7天
5楼
杨浩 发表于:2009/8/28 9:51:00
Dim timeF As Data = TimeC.AddDays(7)   '加上7天
这句的目的是在当前日期上加上7天!!!
6楼
杨浩 发表于:2009/8/28 9:52:00
如何实现?提示错误
7楼
czy 发表于:2009/8/28 9:52:00
仔细看看应该是Data还是应该Date?
8楼
梦倩 发表于:2009/8/28 9:54:00
我对楼主的敬仰,由于滔滔江水,连绵不绝.


图片点击可在新窗口打开查看
9楼
yangming 发表于:2009/8/28 9:54:00

Dim timeF As Data = TimeC.AddDays(7)   '加上7天
红字应该是:Date

10楼
杨浩 发表于:2009/8/28 10:13:00
 

If  timeAA.Days  > 7  then

MessageBox.Show("上报时间过于延后!!!", "提示", MessageBoxButtons.OK,MessageBoxIcon.Information)

Return       '终止代码的执行

共19 条记录, 每页显示 10 条, 页签: [1] [2]

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

Powered By Dvbbs Version 8.3.0
Processed in .05469 s, 3 queries.