예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SystemTimeToTzSpecificLocalTime(ref TIME_ZONE_INFORMATION lpTimeZoneInformation,
                                                          ref SYSTEMTIME lpUniversalTime,
                                                          ref SYSTEMTIME lpLocalTime);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SystemTimeToFileTime(ref SYSTEMTIME lpSystemTime, ref FILETIME lpFileTime);
예제 #3
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SetSystemTime(ref SYSTEMTIME lpSystemTime);
예제 #4
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int GetTimeFormat(int Locale, int dwFlags, ref SYSTEMTIME lpTime, string lpFormat,
                                        string lpTimeStr, int cchTime);
예제 #5
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern void GetSystemTime(ref SYSTEMTIME lpSystemTime);
예제 #6
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int GetDateFormat(int Locale, int dwFlags, ref SYSTEMTIME lpDate, string lpFormat,
                                        string lpDateStr, int cchDate);