Date Time

W

Wajih-ur-Rehman

I have date present in one string and time present in another string. How
can i convert them to make one DateTime object?

string data = "2003-07-09";
string time = "00:00:03";
//DateTime dt = ???

Thanx in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top