Desktop Functions: Smart Device Functions:
|
FILETIME (Structures)
C# Definition:struct FILETIME {
public uint DateTimeLow; } VB.Net Definition:
Structure FILETIME Alternative Managed Definition:System.Runtime.InteropServices.FILETIME, or System.Runtime.InteropServices.ComTypes.FILETIME in the .NET Framework 2.0. Notes:None. Sample Code:There is no reason not to use System.Runtime.InteropServices.FILETIME, but there still is a need for conversion to DateTime: C#
public static DateTime FiletimeToDateTime(FILETIME fileTime) { Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed. |
|