Ejemplo n.º 1
0
		[DllImport("kernel32")] public static extern int GetDateFormat(int Locale, int dwFlags, ref SYSTEMTIME lpDate, string lpFormat, string lpDateStr, int cchDate);
Ejemplo n.º 2
0
		[DllImport("kernel32")] public static extern int FileTimeToSystemTime(ref FILETIME lpFileTime, ref SYSTEMTIME lpSystemTime);
Ejemplo n.º 3
0
		[DllImport("kernel32")] public static extern int SystemTimeToTzSpecificLocalTime(ref TIME_ZONE_INFORMATION lpTimeZoneInformation, ref SYSTEMTIME lpUniversalTime, ref SYSTEMTIME lpLocalTime);
Ejemplo n.º 4
0
		[DllImport("kernel32")] public static extern void GetSystemTime(ref SYSTEMTIME lpSystemTime);
Ejemplo n.º 5
0
		[DllImport("kernel32")] public static extern int SetLocalTime(ref SYSTEMTIME lpSystemTime);