摘要:
function TryEncodeTime(Hour, Min, Sec, MSec: Word; out Time: TDateTime): Boolean;begin Result := False; if (Hour < HoursPerDay) and (Min < MinsPerHour) and (Sec < SecsPerMin) and (MSec < M... 阅读全文
posted @ 2010-11-08 21:01
AppleAndPear
阅读(97)
评论(0)
推荐(0)
浙公网安备 33010602011771号