Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetLocalTime" in [All]

kernel32

.

static extern void GetLocalTime(out SYSTEMTIME lpSystemTime);

.

Shared Sub GetLocalTime(ByRef time As SYSTEMTIME)

.

   Private Shared Sub GetLocalTime(ByRef time As SYSTEMTIME)

.

     GetLocalTime(currenttime)

.
Documentation
[GetLocalTime] on MSDN
.

   Private Shared Sub GetLocalTime(ByRef time As SYSTEMTIME)

.

     GetLocalTime(currentTime)


 
Access PInvoke.net directly from VS: