.. highlightlang:: us .. index:: GetTickCount .. _gettickcount: GetTickCount ============ .. us.tag GetTickCount GERMAN DATETIME Changed400 :ref:`GetTickCount` gibt die Zeitspanne vom Start von UniPlot bis zum Aufruf der Funktion in Millisekunden aus. .. function:: nTicks = GetTickCount() .. us.return **Returnwert** *nTicks* ist die Zeitspanne vom Start von UniPlot bis zum Aufruf der Funktion in Millisekunden. .. us.example **Beispiel** :: * printf("%f\n", GetTickCount()); 43314765 .. seealso:: :ref:`uberblick-datum-und-zeit`, :ref:`tic`, :ref:`toc` :sub:`id-549896`