Time of callLog record

melamoud

Active Member
Licensed User
Longtime User
is there a way to find out what time a call started or ended

i'm browing the CallLog and looked at CallItem.Date but
when i'm converting it to DateTime.Time(c.Date) it gives me the wrong time

am I doing something wrong, or only the date is stored / or exposed here and not the actuall cal time ?

thanks
 

melamoud

Active Member
Licensed User
Longtime User
thanks, this is what I did,
my problem was that I was not waiting few seconds before accessing the log and only saw older calls not the last one

thanks
 
Upvote 0

melamoud

Active Member
Licensed User
Longtime User
The problem is that I do not have the ring time if I listen to the event and store the 'now' yhime when my function get called its not the same as the call log time up to 20 sec difference when the phone is under load

Is there a way to get the ringing time?

Thanks
 
Upvote 0
Top