How can i split my string into two datetime,
string schedulemonday=10:00am - 1:00pm;
I want to split the two time into two datetime datatype like
DateTime starttime=10:00am;
DateTime endtime=1:00pm;
How can i split my string into two datetime,
string schedulemonday=10:00am - 1:00pm;
I want to split the two time into two datetime datatype like
DateTime starttime=10:00am;
DateTime endtime=1:00pm;