public static extern void GetLocalTime(ref SYSTEMTIME time);
 public static DateTime ToDateTime(SYSTEMTIME time)
 {
     return(time.ToDateTime());
 }
 public static extern bool SetLocalTime(ref SYSTEMTIME time);