Es liest also nicht explizit die Zeit seit Systemstart, sondern die eines "Ereignisses in der Vergangenheit". In meinem Fall der erste Aufruf von ElapsedMilliseconds().Syntax hat geschrieben:Returns the number of milliseconds that have elapsed since a specific time in the past.
Zweimal in fett, die Ergebnisse sind unterschiedlich denn sie sind BETRIEBSSYSTEM-ABHÄNGIG.Remarks hat geschrieben:The absolute value returned is of no use since it varies depending on the operating system. Instead, this function should be used to calculate time differences between multiple ElapsedMilliseconds() calls.
This function is relatively accurate: it may have a slight variation, depending on which operating system it is executed on, this is due to the fact that some systems have a lower timer resolution than others.
Fakt ist und bleibt, die Startzeit ist bei mir immer 0 und immer bei 0.6 Sekunden. Ausnahmslos.
Und jetzt genug mit der Offtopic-Scheisse, zurück zum Thema bitte.