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