UTC time...
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I use VB6.0. I would like to know if there is any API to get UTC time out of local time. Thanks
Hi.. from MSDN : The GetSystemTimeAsFileTime function obtains the current system date and time. The information is in Coordinated Universal Time (UTC) format.
VOID GetSystemTimeAsFileTime( LPFILETIME lpSystemTimeAsFileTime // file time );