Zonal Id
C / C++ / MFC
4
Posts
2
Posters
2
Views
1
Watching
-
Do you mean GetTimeZoneInformation function (timezoneapi.h) - Win32 apps | Microsoft Learn[^]?
"In testa che avete, Signor di Ceprano?" -- Rigoletto
-
From the linked page:
Parameters [out] lpTimeZoneInformation A pointer to a TIME_ZONE_INFORMATION structure to receive the current settings.
So, have a look at TIME_ZONE_INFORMATION (timezoneapi.h) - Win32 apps | Microsoft Learn[^] as well.
"In testa che avete, Signor di Ceprano?" -- Rigoletto