System.DateTime start_time = (System.DateTime)phones_.GetStartTime(callInfo.No[1].e164, callInfo.No[0].e164)[0][0];
views:
53answers:
1
+1
A:
I think he is unable to cast it properly and this could be possible solution
DateTime dt= Convert.ToDateTime(phones_.GetStartTime(callInfo.No[1].e164, callInfo.No[0].e164)[0][0]);
Mr. Noro, you need to use Convert.ToDateTime
function to cast it properly.
Muhammad Akhtar
2010-03-10 13:34:11
It doesn't help me. Is there other solutions?
Noro
2010-03-10 13:48:07
Then make your question clearer...
JonoW
2010-03-10 13:59:55