Here is an example of what you are looking for.

    ULong         lastSuccess,lastSync;
    DateTimeType        dateTime;
    Char          message[80];
    
    DlkGetSyncInfo(&lastSuccess, &lastSync, NULL, NULL, NULL, NULL);       
    TimSecondsToDateTime (lastSuccess, &dateTime);
    AppendDateTimeToStr(message,&dateTime);

> This question might be trivial but I can't find any docu on how to do the
> following:
> I want to know the date/time of the last hotsync.
> Is there an API call for that or do I have to built it manualy ?
> Any code samples available ?
> 
> Thanks in advance
> Ole Grossklaus

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to