Esempio n. 1
0
 public static extern int GetTimeFormat(uint Locale, uint dwFlags, ref SYSTEMTIME lpTime, string lpFormat, string lpTimeStr, int cchTime);
Esempio n. 2
0
 public static extern void GetSystemTime(out SYSTEMTIME lpSystemTime);
Esempio n. 3
0
 public static extern int GetDateFormat(uint Locale, uint dwFlags, ref SYSTEMTIME lpDate, string lpFormat, string lpDateStr, int cchDate);
Esempio n. 4
0
 public static extern bool FileTimeToSystemTime([In] ref FILETIME lpFileTime, out SYSTEMTIME lpSystemTime);
Esempio n. 5
0
 public static extern bool SystemTimeToTzSpecificLocalTime(IntPtr lpTimeZoneInformation, [In] ref SYSTEMTIME lpUniversalTime, out SYSTEMTIME lpLocalTime);
Esempio n. 6
0
 public static extern bool SetSystemTime(ref SYSTEMTIME time);