Ejemplo n.º 1
0
 public static extern bool SetSystemTime(ref SYSTEMTIME lpSystemTime);
Ejemplo n.º 2
0
 public static extern int GetTimeFormat(int Locale, int dwFlags, ref SYSTEMTIME lpTime, string lpFormat, StringBuilder lpTimeStr, int cchTime);
Ejemplo n.º 3
0
 public static extern int GetDateFormat(int Locale, int dwFlags, ref SYSTEMTIME lpDate, string lpFormat, StringBuilder lpDateStr, int cchDate);
Ejemplo n.º 4
0
 public static extern void GetSystemTime(ref SYSTEMTIME lpSystemTime);
Ejemplo n.º 5
0
 public static extern int FileTimeToSystemTime(ref _FILETIME lpFileTime, ref SYSTEMTIME lpSystemTime);