Hi,
I have a Dial and End button.When i dial and make a call,and then hangup call.I want to print the duration of call in listview.
Hi,
I have a Dial and End button.When i dial and make a call,and then hangup call.I want to print the duration of call in listview.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vivek kulkarniPosted May 14, 2009, 7:15 AM
Hi,
Capture the date time on the dialing event in a variable using
System.DateTime.Now and again on the hangup event in another variable.
subtract and get the results.
Thank you,