Marvin
Fri Aug 18 2006, 03:59
I'm using Skype4COM for our C++ projects.
When the CVoicemail object's GetTimestamp() is called, it returns DATE format, defined as double. But what exactly does this double data mean? It's apparently not UNIX timestamp.
Thanks for your help!
andreskaasik
Fri Aug 18 2006, 06:40
QUOTE(Marvin @ Aug 18 2006, 03:59 AM) [snapback]288548[/snapback]
When the CVoicemail object's GetTimestamp() is called, it returns DATE format, defined as double. But what exactly does this double data mean? It's apparently not UNIX timestamp.
Please refer to MSDN for more information on DATE data type:
http://msdn.microsoft.com/library/default....e_date_type.asphttp://msdn.microsoft.com/library/default....ion_support.asp
Marvin
Fri Aug 18 2006, 09:24
Yes, COleDateTime can do the job. Thanks!