源码由麦子仲肥,特此感谢! 同步地址: cn.pool.ntp.org
void _fastcall TForml : : Buttonlclick (TObject *Sender)
{
Tstopwatch Sw=TStopwatch : :StartNew () ;
IdSNTP->Host=Editl->Text.Trim () ;
IdSNTP->Active=true;
TDateTime DT=IdSNTP->DateTime;sw.stop () ;
Showlessage (FormatDateTime (L"ywy-m-d hh:nn_ ss.222" ,DT)+L”用时"+IntToStr(SW.ElapsedNilliseconds) +l"ms");
}