Windows API for Daylight saving is turn on?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Gurus, Is there any windows API or struct from which I can come to know whether day light saving is currently on/off? Thanks in Advance. Regards Abhi Lahare
-
Hi Gurus, Is there any windows API or struct from which I can come to know whether day light saving is currently on/off? Thanks in Advance. Regards Abhi Lahare
GetTimeZoneInformation()?
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
GetTimeZoneInformation()?
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thanks