Hi,
I have TBuf which contains date/time e.g "8/8/2009 12:00:00 AM". i want to assign it to TTime object and get all contacts ids that are modified/created after this date & time. how can i do that.
Regards
MasterMindCoders
Hi,
I have TBuf which contains date/time e.g "8/8/2009 12:00:00 AM". i want to assign it to TTime object and get all contacts ids that are modified/created after this date & time. how can i do that.
Regards
MasterMindCoders
Check TTime::Parse() method. This function is used to parse a descriptor containing either or both a date and time, setting this TTime to the value of the parsed descriptor.
Use CContactDatabase::ContactsChangedSinceL() method.