VOID GetLocalTime(SYSTEMETIME *DateEtHeure);
#include <windows.h> #include <winbase.h> SYSTEMTIME DateEtHeure; LocalTime(&DateEtHeure); ...