Hey everyone.


I am having problems trying to figure out how the user can select the times they want to start work at, the time they want to have from lunch and finally the time they would like to finish.

I then would calculate the number of actual working hours. I also need to ensure the the user does not select a finish time before the start time . Does any one have any idea how I can achieved this.

If anyone has any idea how to do any part Please let me know.


Thanks

James

Recommended Answers

All 2 Replies

Showing your code might help.

>I then would calculate the number of actual working hours
Use TimeSpan and Date objects.

I just got it to work . I used the datetime picker. Works great. Ithen used the Date functions vb.net has already built in to in it.

Thanks for showing interest .

James

Showing your code might help.

>I then would calculate the number of actual working hours
Use TimeSpan and Date objects.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.