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