![]() |
Systemzeit msec
Gibt es die möglichkeit mit delphi die systemzeit auf millisekunden genau auszulesen?
|
Re: Systemzeit msec
GetTickCount gibt dir die vergangenen Millisekunden seit Systemstart an.
|
Re: Systemzeit msec
Hi,
Zitat:
Code:
VOID GetSystemTime(
LPSYSTEMTIME lpSystemTime // address of system time structure ); Zitat:
Code:
typedef struct _SYSTEMTIME { // st
WORD wYear; WORD wMonth; WORD wDayOfWeek; WORD wDay; WORD wHour; WORD wMinute; WORD wSecond; WORD wMilliseconds; } SYSTEMTIME; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:39 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz