Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
2.20/5 (3 votes)
See more:
Dear Sir/Ma'am

sir i want to check that if time in my form is in between 01:00:00 to 05:00:00 then my form action event has been work other wise .msg box show that event timing is not correct.

sir i do not understand how can i check it .
help me regarding this


example is

how can i write the condition in vb .net like

if 01:00:00 < datetimepicker.value <05:00:00
msgbox(form is ready to open)
else
msgbox(not the correct time to open the form)
end if
Posted
Comments
Prasad Khandekar 26-Apr-13 5:38am    
Please have alook at this link (http://stackoverflow.com/questions/2603182/how-can-i-compare-two-times-in-vb-net)
ankur789 26-Apr-13 5:57am    
thank u sir your answer is really helpful for me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900