karimgarza
Freshman
I want to know how can I add the time in one datetime variable to a date in another datetime variable.
I would appreciate any ideas as how to do that.
Thanks in advanced
Code:
dim startDate as DateTime
dim StartTime as DateTime
startDate = startDate + StartTime
I would appreciate any ideas as how to do that.
Thanks in advanced