Example #1
0
 public static extern int SystemTimeToFileTime(ref SYSTEMTIME lpSystemTime, ref FILETIME lpFileTime);
Example #2
0
 public static extern int SystemTimeToTzSpecificLocalTime(ref TIME_ZONE_INFORMATION lpTimeZoneInformation, ref SYSTEMTIME lpUniversalTime, ref SYSTEMTIME lpLocalTime);
Example #3
0
 public static extern int GetTimeFormat(int Locale, int dwFlags, ref SYSTEMTIME lpTime, string lpFormat, string lpTimeStr, int cchTime);
Example #4
0
 public static extern int SetSystemTime(ref SYSTEMTIME lpSystemTime);
Example #5
0
 public static extern void GetSystemTime(ref SYSTEMTIME lpSystemTime);
Example #6
0
 public static extern int GetDateFormat(int Locale, int dwFlags, ref SYSTEMTIME lpDate, string lpFormat, string lpDateStr, int cchDate);
Example #7
0
		[DllImport("kernel32", CharSet = CharSet.Unicode)] public static extern int SystemTimeToFileTime(ref SYSTEMTIME lpSystemTime, ref FILETIME lpFileTime);
Example #8
0
		[DllImport("kernel32", CharSet = CharSet.Unicode)] public static extern int SetLocalTime(ref SYSTEMTIME lpSystemTime);
Example #9
0
		[DllImport("kernel32", CharSet = CharSet.Unicode)] public static extern int GetTimeFormat(int Locale, int dwFlags, ref SYSTEMTIME lpTime, string lpFormat, string lpTimeStr, int cchTime);