Desktop Functions: Smart Device Functions:
|
Search Results for "GetSystemTime" in [All]winmm
static extern UInt32 timeGetSystemTime( ref MmTime mmTime, UInt32 sizeMmTime );
Declare Function timeGetSystemTime Lib "winmm.dll" (TODO) As TODO kernel322: GetLocalTime If you want to get the current system date and time expressed in Coordinated Universal Time (UTC) format, use GetSystemTime instead.
static extern void GetSystemTimeAsFileTime(out FILETIME
public static extern void GetSystemTimeAsFileTime(out FILETIME lpSystemTimeAsFileTime);
GetSystemTimeAsFileTime(out myTime);
public extern static void GetSystemTime(ref SYSTEMTIME lpSystemTime);
GetSystemTime(ref st); |