Esempio n. 1
0
        //获取系统时间信息
        public static SystemTimeInfo get_SystemTimeInfo()
        {
            SystemTimeInfo memInfor = new SystemTimeInfo();

            GetSystemTime(ref memInfor);
            return(memInfor);
        }
Esempio n. 2
0
 public static extern void GetSystemTime(ref SystemTimeInfo stinfo);