Desktop Functions: Smart Device Functions:
|
Search Results for "FileTimeToSystemTime" in [All]kernel32
static extern bool FileTimeToSystemTime([In] ref FILETIME lpFileTime,
Friend Shared Function FileTimeToSystemTime( _
public static DateTime FileTimeToSystemTime(string hexTS) { Structures2: FILETIME 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. |