0

I want to display date and time from the selection of datetimepicker start date and end date:

Click image Here

I tried several ways and search on the web but still cannot find the solution. Output I would like to get is:

Click image here: refer to timeStamp

the timeStamp will display the date and time from the datetimepicker and will increasing the time until the end date that user picked.

my code:my code here

Please anyone who can help me, i would really appriciate it. Thank you

eyra
  • 11
  • 4
  • http://stackoverflow.com/questions/5593686/make-datetimepicker-work-as-timepicker-only-in-winforms – Ric Oct 05 '16 at 09:36
  • Use a `Do` or `While` loop. Inside the loop, call `AddHours` or whatever is appropriate to the time increment you want. Start at the start date/time and continue until you pass the end date/time. – jmcilhinney Oct 05 '16 at 12:02

0 Answers0