單項選擇題
下面代碼是C/S架構(gòu)中客戶端獲取服務器時間,并設置本地系統(tǒng)時間與服務器同步的代碼,空白處應該填入()DateTimeserverTime=(DateTime)DBHelper.ExcuteQuery("___________").Rows[0][0];SystemTimest=newSystemTime();st.wYear=(short)serverTime.Year;st.wMonth=(short)serverTime.Month;st.wDay=(s
A.Selectgetdatefromsysobjects
B.Select*fromgetdate()
C.Selectgetdate()
D.Select@@ServerTime