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