public static extern void GetLocalTime(ref SYSTEMTIME time);
public static extern bool SetLocalTime(ref SYSTEMTIME time);
public static extern void GetSystemTime(ref SYSTEMTIME time);
public static extern bool SetSystemTime(ref SYSTEMTIME time);