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 "FileTimeToSystemTime" in [All]

kernel32

.
Summary
.

static extern bool FileTimeToSystemTime([In] ref FILETIME lpFileTime,

.

   Friend Shared Function FileTimeToSystemTime( _

.

    public static DateTime FileTimeToSystemTime(string hexTS) {

.
Documentation
[FileTimeToSystemTime] on MSDN

Structures

.

Actually, this is NOT working. The only solution I've found so far is using the API Kernel32.dll function FileTimeToSystemTime, then transforming from that into a regular DateTime.


 
Access PInvoke.net directly from VS: