Registriert seit: 30. Nov 2005
Ort: München
5.771 Beiträge
Delphi 10.4 Sydney
|
Re: Probleme beim Stoppuhr minispiel
14. Apr 2009, 16:02
.. oder diese Funktion:
Zitat von DelphiHilfe:
Unit
DateUtils
Category
date/time routines
function SecondsBetween(const ANow, AThen: TDateTime): Int64;
Description
Call SecondsBetween to obtain the difference, in seconds, between two TDateTime values. SecondsBetween counts only entire seconds that have elapsed. Thus, SecondsBetween reports the difference between 9:00:00 AM and 9:00:00:999 AM as 0 because the difference is one millisecond short of an entire second.
Klaus
|
|
Zitat
|