<DllImport( _
"kernel32.dll", _
CharSet:=CharSet.Auto, _
SetLastError:=True)> _
Friend Shared Function FileTimeToSystemTime( _
<[In]()> ByRef lpFileTime As FILETIME, _
<Out()> ByRef lpSystemTime As SYSTEMTIME) _
As Boolean
End Function
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
4/17/2012 9:12:16 PM - dahall-65.129.36.108
The SetLastError API
6/17/2013 1:06:05 PM - -176.222.237.78
FILETIME
4/12/2013 1:29:23 PM - -212.123.0.8
FILETIME
4/12/2013 1:29:23 PM - -212.123.0.8
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).