Thema: Delphi Problem mit Countdown

Einzelnen Beitrag anzeigen

s-off
(Gast)

n/a Beiträge
 
#2

Re: Problem mit Countdown

  Alt 1. Aug 2007, 10:12
Hallo,

DateUtils kennt auch
Delphi-Quellcode:
function SecondsBetween(const ANow, AThen: TDateTime): Int64;
begin
  Result := Trunc(SecondSpan(ANow, AThen));
end;
Edit: Änderung als neuen Post, damit Du sie net übersiehst
  Mit Zitat antworten Zitat